Module: Aws::SageMaker::Client::_DescribeSpaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeSpaceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #domain_id ⇒ ::String
- #failure_reason ⇒ ::String
- #home_efs_file_system_uid ⇒ ::String
- #last_modified_time ⇒ ::Time
- #ownership_settings ⇒ Types::OwnershipSettings
- #space_arn ⇒ ::String
- #space_display_name ⇒ ::String
- #space_name ⇒ ::String
- #space_settings ⇒ Types::SpaceSettings
- #space_sharing_settings ⇒ Types::SpaceSharingSettings
- #status ⇒ "Deleting", ...
- #url ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
4933 |
# File 'sig/client.rbs', line 4933
def creation_time: () -> ::Time
|
#domain_id ⇒ ::String
4927 |
# File 'sig/client.rbs', line 4927
def domain_id: () -> ::String
|
#failure_reason ⇒ ::String
4934 |
# File 'sig/client.rbs', line 4934
def failure_reason: () -> ::String
|
#home_efs_file_system_uid ⇒ ::String
4930 |
# File 'sig/client.rbs', line 4930
def home_efs_file_system_uid: () -> ::String
|
#last_modified_time ⇒ ::Time
4932 |
# File 'sig/client.rbs', line 4932
def last_modified_time: () -> ::Time
|
#ownership_settings ⇒ Types::OwnershipSettings
4936 |
# File 'sig/client.rbs', line 4936
def ownership_settings: () -> Types::OwnershipSettings
|
#space_arn ⇒ ::String
4928 |
# File 'sig/client.rbs', line 4928
def space_arn: () -> ::String
|
#space_display_name ⇒ ::String
4938 |
# File 'sig/client.rbs', line 4938
def space_display_name: () -> ::String
|
#space_name ⇒ ::String
4929 |
# File 'sig/client.rbs', line 4929
def space_name: () -> ::String
|
#space_settings ⇒ Types::SpaceSettings
4935 |
# File 'sig/client.rbs', line 4935
def space_settings: () -> Types::SpaceSettings
|
#space_sharing_settings ⇒ Types::SpaceSharingSettings
4937 |
# File 'sig/client.rbs', line 4937
def space_sharing_settings: () -> Types::SpaceSharingSettings
|
#status ⇒ "Deleting", ...
4931 |
# File 'sig/client.rbs', line 4931
def status: () -> ("Deleting" | "Failed" | "InService" | "Pending" | "Updating" | "Update_Failed" | "Delete_Failed")
|
#url ⇒ ::String
4939 |
# File 'sig/client.rbs', line 4939
def url: () -> ::String
|