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"
4006 |
# File 'sig/client.rbs', line 4006
def app_network_access_type: () -> ("PublicInternetOnly" | "VpcOnly")
|
#app_security_group_management ⇒ "Service", "Customer"
4012 |
# File 'sig/client.rbs', line 4012
def app_security_group_management: () -> ("Service" | "Customer")
|
#auth_mode ⇒ "SSO", "IAM"
4003 |
# File 'sig/client.rbs', line 4003
def auth_mode: () -> ("SSO" | "IAM")
|
#creation_time ⇒ ::Time
3999 |
# File 'sig/client.rbs', line 3999
def creation_time: () -> ::Time
|
#default_space_settings ⇒ Types::DefaultSpaceSettings
4015 |
# File 'sig/client.rbs', line 4015
def default_space_settings: () -> Types::DefaultSpaceSettings
|
#default_user_settings ⇒ Types::UserSettings
4004 |
# File 'sig/client.rbs', line 4004
def default_user_settings: () -> Types::UserSettings
|
#domain_arn ⇒ ::String
3992 |
# File 'sig/client.rbs', line 3992
def domain_arn: () -> ::String
|
#domain_id ⇒ ::String
3993 |
# File 'sig/client.rbs', line 3993
def domain_id: () -> ::String
|
#domain_name ⇒ ::String
3994 |
# File 'sig/client.rbs', line 3994
def domain_name: () -> ::String
|
#domain_settings ⇒ Types::DomainSettings
4005 |
# File 'sig/client.rbs', line 4005
def domain_settings: () -> Types::DomainSettings
|
#failure_reason ⇒ ::String
4001 |
# File 'sig/client.rbs', line 4001
def failure_reason: () -> ::String
|
#home_efs_file_system_creation ⇒ "Enabled", "Disabled"
4013 |
# File 'sig/client.rbs', line 4013
def home_efs_file_system_creation: () -> ("Enabled" | "Disabled")
|
#home_efs_file_system_id ⇒ ::String
3995 |
# File 'sig/client.rbs', line 3995
def home_efs_file_system_id: () -> ::String
|
#home_efs_file_system_kms_key_id ⇒ ::String
4007 |
# File 'sig/client.rbs', line 4007
def home_efs_file_system_kms_key_id: () -> ::String
|
#kms_key_id ⇒ ::String
4011 |
# File 'sig/client.rbs', line 4011
def kms_key_id: () -> ::String
|
#last_modified_time ⇒ ::Time
4000 |
# File 'sig/client.rbs', line 4000
def last_modified_time: () -> ::Time
|
#security_group_id_for_domain_boundary ⇒ ::String
4002 |
# File 'sig/client.rbs', line 4002
def security_group_id_for_domain_boundary: () -> ::String
|
#single_sign_on_application_arn ⇒ ::String
3997 |
# File 'sig/client.rbs', line 3997
def single_sign_on_application_arn: () -> ::String
|
#single_sign_on_managed_application_instance_id ⇒ ::String
3996 |
# File 'sig/client.rbs', line 3996
def single_sign_on_managed_application_instance_id: () -> ::String
|
#status ⇒ "Deleting", ...
3998 |
# File 'sig/client.rbs', line 3998
def status: () -> ("Deleting" | "Failed" | "InService" | "Pending" | "Updating" | "Update_Failed" | "Delete_Failed")
|
#subnet_ids ⇒ ::Array[::String]
4008 |
# File 'sig/client.rbs', line 4008
def subnet_ids: () -> ::Array[::String]
|
#tag_propagation ⇒ "ENABLED", "DISABLED"
4014 |
# File 'sig/client.rbs', line 4014
def tag_propagation: () -> ("ENABLED" | "DISABLED")
|
#url ⇒ ::String
4009 |
# File 'sig/client.rbs', line 4009
def url: () -> ::String
|
#vpc_id ⇒ ::String
4010 |
# File 'sig/client.rbs', line 4010
def vpc_id: () -> ::String
|