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
4950 |
# File 'sig/client.rbs', line 4950
def creation_time: () -> ::Time
|
#domain_id ⇒ ::String
4944 |
# File 'sig/client.rbs', line 4944
def domain_id: () -> ::String
|
#failure_reason ⇒ ::String
4951 |
# File 'sig/client.rbs', line 4951
def failure_reason: () -> ::String
|
#home_efs_file_system_uid ⇒ ::String
4947 |
# File 'sig/client.rbs', line 4947
def home_efs_file_system_uid: () -> ::String
|
#last_modified_time ⇒ ::Time
4949 |
# File 'sig/client.rbs', line 4949
def last_modified_time: () -> ::Time
|
#ownership_settings ⇒ Types::OwnershipSettings
4953 |
# File 'sig/client.rbs', line 4953
def ownership_settings: () -> Types::OwnershipSettings
|
#space_arn ⇒ ::String
4945 |
# File 'sig/client.rbs', line 4945
def space_arn: () -> ::String
|
#space_display_name ⇒ ::String
4955 |
# File 'sig/client.rbs', line 4955
def space_display_name: () -> ::String
|
#space_name ⇒ ::String
4946 |
# File 'sig/client.rbs', line 4946
def space_name: () -> ::String
|
#space_settings ⇒ Types::SpaceSettings
4952 |
# File 'sig/client.rbs', line 4952
def space_settings: () -> Types::SpaceSettings
|
#space_sharing_settings ⇒ Types::SpaceSharingSettings
4954 |
# File 'sig/client.rbs', line 4954
def space_sharing_settings: () -> Types::SpaceSharingSettings
|
#status ⇒ "Deleting", ...
4948 |
# File 'sig/client.rbs', line 4948
def status: () -> ("Deleting" | "Failed" | "InService" | "Pending" | "Updating" | "Update_Failed" | "Delete_Failed")
|
#url ⇒ ::String
4956 |
# File 'sig/client.rbs', line 4956
def url: () -> ::String
|