DescribeDomainResponse constructor

DescribeDomainResponse({
  1. AppNetworkAccessType? appNetworkAccessType,
  2. AuthMode? authMode,
  3. DateTime? creationTime,
  4. UserSettings? defaultUserSettings,
  5. String? domainArn,
  6. String? domainId,
  7. String? domainName,
  8. String? failureReason,
  9. String? homeEfsFileSystemId,
  10. String? homeEfsFileSystemKmsKeyId,
  11. String? kmsKeyId,
  12. DateTime? lastModifiedTime,
  13. String? singleSignOnManagedApplicationInstanceId,
  14. DomainStatus? status,
  15. List<String>? subnetIds,
  16. String? url,
  17. String? vpcId,
})

Implementation

DescribeDomainResponse({
  this.appNetworkAccessType,
  this.authMode,
  this.creationTime,
  this.defaultUserSettings,
  this.domainArn,
  this.domainId,
  this.domainName,
  this.failureReason,
  this.homeEfsFileSystemId,
  this.homeEfsFileSystemKmsKeyId,
  this.kmsKeyId,
  this.lastModifiedTime,
  this.singleSignOnManagedApplicationInstanceId,
  this.status,
  this.subnetIds,
  this.url,
  this.vpcId,
});