PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::SageMaker::DescribeDomainResponse; use Moose; has AppNetworkAccessType => (is => 'ro', isa => 'Str'); has AuthMode => (is => 'ro', isa => 'Str'); has CreationTime => (is => 'ro', isa => 'Str'); has DefaultUserSettings => (is => 'ro', isa => 'Paws::SageMaker::UserSettings'); has DomainArn => (is => 'ro', isa => 'Str'); has DomainId => (is => 'ro', isa => 'Str'); has DomainName => (is => 'ro', isa => 'Str'); has FailureReason => (is => 'ro', isa => 'Str'); has HomeEfsFileSystemId => (is => 'ro', isa => 'Str'); has HomeEfsFileSystemKmsKeyId => (is => 'ro', isa => 'Str'); has KmsKeyId => (is => 'ro', isa => 'Str'); has LastModifiedTime => (is => 'ro', isa => 'Str'); has SingleSignOnManagedApplicationInstanceId => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has SubnetIds => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Url => (is => 'ro', isa => 'Str'); has VpcId => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SageMaker::DescribeDomainResponse =head1 ATTRIBUTES =head2 AppNetworkAccessType => Str Specifies the VPC used for non-EFS traffic. The default value is C. =over =item * C - Non-EFS traffic is through a VPC managed by Amazon SageMaker, which allows direct internet access =item * C - All Studio traffic is through the specified VPC and subnets =back Valid values are: C<"PublicInternetOnly">, C<"VpcOnly"> =head2 AuthMode => Str The domain's authentication mode. Valid values are: C<"SSO">, C<"IAM"> =head2 CreationTime => Str The creation time. =head2 DefaultUserSettings => L Settings which are applied to UserProfiles in this domain if settings are not explicitly specified in a given UserProfile. =head2 DomainArn => Str The domain's Amazon Resource Name (ARN). =head2 DomainId => Str The domain ID. =head2 DomainName => Str The domain name. =head2 FailureReason => Str The failure reason. =head2 HomeEfsFileSystemId => Str The ID of the Amazon Elastic File System (EFS) managed by this Domain. =head2 HomeEfsFileSystemKmsKeyId => Str This member is deprecated and replaced with C. =head2 KmsKeyId => Str The Amazon Web Services KMS customer managed CMK used to encrypt the EFS volume attached to the domain. =head2 LastModifiedTime => Str The last modified time. =head2 SingleSignOnManagedApplicationInstanceId => Str The SSO managed application instance ID. =head2 Status => Str The status. Valid values are: C<"Deleting">, C<"Failed">, C<"InService">, C<"Pending">, C<"Updating">, C<"Update_Failed">, C<"Delete_Failed"> =head2 SubnetIds => ArrayRef[Str|Undef] The VPC subnets that Studio uses for communication. =head2 Url => Str The domain's URL. =head2 VpcId => Str The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication. =head2 _request_id => Str =cut 1;