Module: Aws::SageMaker::Client::_DescribeDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDomainResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #app_network_access_type ⇒ "PublicInternetOnly", "VpcOnly"
- #app_security_group_management ⇒ "Service", "Customer"
- #auth_mode ⇒ "SSO", "IAM"
- #creation_time ⇒ ::Time
- #default_space_settings ⇒ Types::DefaultSpaceSettings
- #default_user_settings ⇒ Types::UserSettings
- #domain_arn ⇒ ::String
- #domain_id ⇒ ::String
- #domain_name ⇒ ::String
- #domain_settings ⇒ Types::DomainSettings
- #failure_reason ⇒ ::String
- #home_efs_file_system_creation ⇒ "Enabled", "Disabled"
- #home_efs_file_system_id ⇒ ::String
- #home_efs_file_system_kms_key_id ⇒ ::String
- #kms_key_id ⇒ ::String
- #last_modified_time ⇒ ::Time
- #security_group_id_for_domain_boundary ⇒ ::String
- #single_sign_on_application_arn ⇒ ::String
- #single_sign_on_managed_application_instance_id ⇒ ::String
- #status ⇒ "Deleting", ...
- #subnet_ids ⇒ ::Array[::String]
- #tag_propagation ⇒ "ENABLED", "DISABLED"
- #url ⇒ ::String
- #vpc_id ⇒ ::String
Instance Method Details
#app_network_access_type ⇒ "PublicInternetOnly", "VpcOnly"
3962 |
# File 'sig/client.rbs', line 3962
def app_network_access_type: () -> ("PublicInternetOnly" | "VpcOnly")
|
#app_security_group_management ⇒ "Service", "Customer"
3968 |
# File 'sig/client.rbs', line 3968
def app_security_group_management: () -> ("Service" | "Customer")
|
#auth_mode ⇒ "SSO", "IAM"
3959 |
# File 'sig/client.rbs', line 3959
def auth_mode: () -> ("SSO" | "IAM")
|
#creation_time ⇒ ::Time
3955 |
# File 'sig/client.rbs', line 3955
def creation_time: () -> ::Time
|
#default_space_settings ⇒ Types::DefaultSpaceSettings
3971 |
# File 'sig/client.rbs', line 3971
def default_space_settings: () -> Types::DefaultSpaceSettings
|
#default_user_settings ⇒ Types::UserSettings
3960 |
# File 'sig/client.rbs', line 3960
def default_user_settings: () -> Types::UserSettings
|
#domain_arn ⇒ ::String
3948 |
# File 'sig/client.rbs', line 3948
def domain_arn: () -> ::String
|
#domain_id ⇒ ::String
3949 |
# File 'sig/client.rbs', line 3949
def domain_id: () -> ::String
|
#domain_name ⇒ ::String
3950 |
# File 'sig/client.rbs', line 3950
def domain_name: () -> ::String
|
#domain_settings ⇒ Types::DomainSettings
3961 |
# File 'sig/client.rbs', line 3961
def domain_settings: () -> Types::DomainSettings
|
#failure_reason ⇒ ::String
3957 |
# File 'sig/client.rbs', line 3957
def failure_reason: () -> ::String
|
#home_efs_file_system_creation ⇒ "Enabled", "Disabled"
3969 |
# File 'sig/client.rbs', line 3969
def home_efs_file_system_creation: () -> ("Enabled" | "Disabled")
|
#home_efs_file_system_id ⇒ ::String
3951 |
# File 'sig/client.rbs', line 3951
def home_efs_file_system_id: () -> ::String
|
#home_efs_file_system_kms_key_id ⇒ ::String
3963 |
# File 'sig/client.rbs', line 3963
def home_efs_file_system_kms_key_id: () -> ::String
|
#kms_key_id ⇒ ::String
3967 |
# File 'sig/client.rbs', line 3967
def kms_key_id: () -> ::String
|
#last_modified_time ⇒ ::Time
3956 |
# File 'sig/client.rbs', line 3956
def last_modified_time: () -> ::Time
|
#security_group_id_for_domain_boundary ⇒ ::String
3958 |
# File 'sig/client.rbs', line 3958
def security_group_id_for_domain_boundary: () -> ::String
|
#single_sign_on_application_arn ⇒ ::String
3953 |
# File 'sig/client.rbs', line 3953
def single_sign_on_application_arn: () -> ::String
|
#single_sign_on_managed_application_instance_id ⇒ ::String
3952 |
# File 'sig/client.rbs', line 3952
def single_sign_on_managed_application_instance_id: () -> ::String
|
#status ⇒ "Deleting", ...
3954 |
# File 'sig/client.rbs', line 3954
def status: () -> ("Deleting" | "Failed" | "InService" | "Pending" | "Updating" | "Update_Failed" | "Delete_Failed")
|
#subnet_ids ⇒ ::Array[::String]
3964 |
# File 'sig/client.rbs', line 3964
def subnet_ids: () -> ::Array[::String]
|
#tag_propagation ⇒ "ENABLED", "DISABLED"
3970 |
# File 'sig/client.rbs', line 3970
def tag_propagation: () -> ("ENABLED" | "DISABLED")
|
#url ⇒ ::String
3965 |
# File 'sig/client.rbs', line 3965
def url: () -> ::String
|
#vpc_id ⇒ ::String
3966 |
# File 'sig/client.rbs', line 3966
def vpc_id: () -> ::String
|