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
4980 |
# File 'sig/client.rbs', line 4980 def creation_time: () -> ::Time |
#domain_id ⇒ ::String
4974 |
# File 'sig/client.rbs', line 4974 def domain_id: () -> ::String |
#failure_reason ⇒ ::String
4981 |
# File 'sig/client.rbs', line 4981 def failure_reason: () -> ::String |
#home_efs_file_system_uid ⇒ ::String
4977 |
# File 'sig/client.rbs', line 4977 def home_efs_file_system_uid: () -> ::String |
#last_modified_time ⇒ ::Time
4979 |
# File 'sig/client.rbs', line 4979 def last_modified_time: () -> ::Time |
#ownership_settings ⇒ Types::OwnershipSettings
4983 |
# File 'sig/client.rbs', line 4983 def ownership_settings: () -> Types::OwnershipSettings |
#space_arn ⇒ ::String
4975 |
# File 'sig/client.rbs', line 4975 def space_arn: () -> ::String |
#space_display_name ⇒ ::String
4985 |
# File 'sig/client.rbs', line 4985 def space_display_name: () -> ::String |
#space_name ⇒ ::String
4976 |
# File 'sig/client.rbs', line 4976 def space_name: () -> ::String |
#space_settings ⇒ Types::SpaceSettings
4982 |
# File 'sig/client.rbs', line 4982 def space_settings: () -> Types::SpaceSettings |
#space_sharing_settings ⇒ Types::SpaceSharingSettings
4984 |
# File 'sig/client.rbs', line 4984 def space_sharing_settings: () -> Types::SpaceSharingSettings |
#status ⇒ "Deleting", ...
4978 |
# File 'sig/client.rbs', line 4978 def status: () -> ("Deleting" | "Failed" | "InService" | "Pending" | "Updating" | "Update_Failed" | "Delete_Failed") |
#url ⇒ ::String
4986 |
# File 'sig/client.rbs', line 4986 def url: () -> ::String |