Class: Aws::SageMaker::Types::DescribeDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeDomainResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Instance Attribute Summary collapse
-
#auth_mode ⇒ String
The domain’s authentication mode.
-
#creation_time ⇒ Time
The creation time.
-
#default_user_settings ⇒ Types::UserSettings
Settings which are applied to all UserProfile in this domain, if settings are not explicitly specified in a given UserProfile.
-
#domain_arn ⇒ String
The domain’s Amazon Resource Name (ARN).
-
#domain_id ⇒ String
The domain ID.
-
#domain_name ⇒ String
The domain name.
-
#failure_reason ⇒ String
The failure reason.
-
#home_efs_file_system_id ⇒ String
The ID of the Amazon Elastic File System (EFS) managed by this Domain.
-
#home_efs_file_system_kms_key_id ⇒ String
The AWS Key Management Service encryption key ID.
-
#last_modified_time ⇒ Time
The last modified time.
-
#single_sign_on_managed_application_instance_id ⇒ String
The SSO managed application instance ID.
-
#status ⇒ String
The status.
-
#subnet_ids ⇒ Array<String>
Security setting to limit to a set of subnets.
-
#url ⇒ String
The domain’s URL.
-
#vpc_id ⇒ String
The ID of the Amazon Virtual Private Cloud.
Instance Attribute Details
#auth_mode ⇒ String
The domain’s authentication mode.
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |
#creation_time ⇒ Time
The creation time.
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |
#default_user_settings ⇒ Types::UserSettings
Settings which are applied to all UserProfile in this domain, if settings are not explicitly specified in a given UserProfile.
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |
#domain_arn ⇒ String
The domain’s Amazon Resource Name (ARN).
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |
#domain_id ⇒ String
The domain ID.
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |
#domain_name ⇒ String
The domain name.
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |
#failure_reason ⇒ String
The failure reason.
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |
#home_efs_file_system_id ⇒ String
The ID of the Amazon Elastic File System (EFS) managed by this Domain.
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |
#home_efs_file_system_kms_key_id ⇒ String
The AWS Key Management Service encryption key ID.
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |
#last_modified_time ⇒ Time
The last modified time.
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |
#single_sign_on_managed_application_instance_id ⇒ String
The SSO managed application instance ID.
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |
#status ⇒ String
The status.
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |
#subnet_ids ⇒ Array<String>
Security setting to limit to a set of subnets.
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |
#url ⇒ String
The domain’s URL.
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |
#vpc_id ⇒ String
The ID of the Amazon Virtual Private Cloud.
6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6583 class DescribeDomainResponse < Struct.new( :domain_arn, :domain_id, :domain_name, :home_efs_file_system_id, :single_sign_on_managed_application_instance_id, :status, :creation_time, :last_modified_time, :failure_reason, :auth_mode, :default_user_settings, :home_efs_file_system_kms_key_id, :subnet_ids, :url, :vpc_id) include Aws::Structure end |