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.
5155 5156 5157 |
# File 'sig/types.rbs', line 5155 def creation_time @creation_time end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
5149 5150 5151 |
# File 'sig/types.rbs', line 5149 def domain_id @domain_id end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
5156 5157 5158 |
# File 'sig/types.rbs', line 5156 def failure_reason @failure_reason end |
#home_efs_file_system_uid ⇒ ::String
Returns the value of attribute home_efs_file_system_uid.
5152 5153 5154 |
# File 'sig/types.rbs', line 5152 def home_efs_file_system_uid @home_efs_file_system_uid end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5154 5155 5156 |
# File 'sig/types.rbs', line 5154 def last_modified_time @last_modified_time end |
#ownership_settings ⇒ Types::OwnershipSettings
Returns the value of attribute ownership_settings.
5158 5159 5160 |
# File 'sig/types.rbs', line 5158 def ownership_settings @ownership_settings end |
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
5150 5151 5152 |
# File 'sig/types.rbs', line 5150 def space_arn @space_arn end |
#space_display_name ⇒ ::String
Returns the value of attribute space_display_name.
5160 5161 5162 |
# File 'sig/types.rbs', line 5160 def space_display_name @space_display_name end |
#space_name ⇒ ::String
Returns the value of attribute space_name.
5151 5152 5153 |
# File 'sig/types.rbs', line 5151 def space_name @space_name end |
#space_settings ⇒ Types::SpaceSettings
Returns the value of attribute space_settings.
5157 5158 5159 |
# File 'sig/types.rbs', line 5157 def space_settings @space_settings end |
#space_sharing_settings ⇒ Types::SpaceSharingSettings
Returns the value of attribute space_sharing_settings.
5159 5160 5161 |
# File 'sig/types.rbs', line 5159 def space_sharing_settings @space_sharing_settings end |
#status ⇒ "Deleting", ...
Returns the value of attribute status.
5153 5154 5155 |
# File 'sig/types.rbs', line 5153 def status @status end |
#url ⇒ ::String
Returns the value of attribute url.
5161 5162 5163 |
# File 'sig/types.rbs', line 5161 def url @url end |