Class: Aws::Types::DescribeSpaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSpaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#home_efs_file_system_uid ⇒ ::String
Returns the value of attribute home_efs_file_system_uid.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#ownership_settings ⇒ Types::OwnershipSettings
Returns the value of attribute ownership_settings.
-
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
-
#space_display_name ⇒ ::String
Returns the value of attribute space_display_name.
-
#space_name ⇒ ::String
Returns the value of attribute space_name.
-
#space_settings ⇒ Types::SpaceSettings
Returns the value of attribute space_settings.
-
#space_sharing_settings ⇒ Types::SpaceSharingSettings
Returns the value of attribute space_sharing_settings.
-
#status ⇒ "Deleting", ...
Returns the value of attribute status.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5136 5137 5138 |
# File 'sig/types.rbs', line 5136 def creation_time @creation_time end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
5130 5131 5132 |
# File 'sig/types.rbs', line 5130 def domain_id @domain_id end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
5137 5138 5139 |
# File 'sig/types.rbs', line 5137 def failure_reason @failure_reason end |
#home_efs_file_system_uid ⇒ ::String
Returns the value of attribute home_efs_file_system_uid.
5133 5134 5135 |
# File 'sig/types.rbs', line 5133 def home_efs_file_system_uid @home_efs_file_system_uid end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5135 5136 5137 |
# File 'sig/types.rbs', line 5135 def last_modified_time @last_modified_time end |
#ownership_settings ⇒ Types::OwnershipSettings
Returns the value of attribute ownership_settings.
5139 5140 5141 |
# File 'sig/types.rbs', line 5139 def ownership_settings @ownership_settings end |
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
5131 5132 5133 |
# File 'sig/types.rbs', line 5131 def space_arn @space_arn end |
#space_display_name ⇒ ::String
Returns the value of attribute space_display_name.
5141 5142 5143 |
# File 'sig/types.rbs', line 5141 def space_display_name @space_display_name end |
#space_name ⇒ ::String
Returns the value of attribute space_name.
5132 5133 5134 |
# File 'sig/types.rbs', line 5132 def space_name @space_name end |
#space_settings ⇒ Types::SpaceSettings
Returns the value of attribute space_settings.
5138 5139 5140 |
# File 'sig/types.rbs', line 5138 def space_settings @space_settings end |
#space_sharing_settings ⇒ Types::SpaceSharingSettings
Returns the value of attribute space_sharing_settings.
5140 5141 5142 |
# File 'sig/types.rbs', line 5140 def space_sharing_settings @space_sharing_settings end |
#status ⇒ "Deleting", ...
Returns the value of attribute status.
5134 5135 5136 |
# File 'sig/types.rbs', line 5134 def status @status end |
#url ⇒ ::String
Returns the value of attribute url.
5142 5143 5144 |
# File 'sig/types.rbs', line 5142 def url @url end |