DescribeAppResponse constructor

DescribeAppResponse({
  1. String? appArn,
  2. String? appName,
  3. AppType? appType,
  4. DateTime? creationTime,
  5. String? domainId,
  6. String? failureReason,
  7. DateTime? lastHealthCheckTimestamp,
  8. DateTime? lastUserActivityTimestamp,
  9. ResourceSpec? resourceSpec,
  10. AppStatus? status,
  11. String? userProfileName,
})

Implementation

DescribeAppResponse({
  this.appArn,
  this.appName,
  this.appType,
  this.creationTime,
  this.domainId,
  this.failureReason,
  this.lastHealthCheckTimestamp,
  this.lastUserActivityTimestamp,
  this.resourceSpec,
  this.status,
  this.userProfileName,
});