Class: Aws::Types::SpaceDetails
- Inherits:
-
Object
- Object
- Aws::Types::SpaceDetails
- 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.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#ownership_settings_summary ⇒ Types::OwnershipSettingsSummary
Returns the value of attribute ownership_settings_summary.
-
#space_display_name ⇒ ::String
Returns the value of attribute space_display_name.
-
#space_name ⇒ ::String
Returns the value of attribute space_name.
-
#space_settings_summary ⇒ Types::SpaceSettingsSummary
Returns the value of attribute space_settings_summary.
-
#space_sharing_settings_summary ⇒ Types::SpaceSharingSettingsSummary
Returns the value of attribute space_sharing_settings_summary.
-
#status ⇒ "Deleting", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11015 11016 11017 |
# File 'sig/types.rbs', line 11015 def creation_time @creation_time end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
11012 11013 11014 |
# File 'sig/types.rbs', line 11012 def domain_id @domain_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
11016 11017 11018 |
# File 'sig/types.rbs', line 11016 def last_modified_time @last_modified_time end |
#ownership_settings_summary ⇒ Types::OwnershipSettingsSummary
Returns the value of attribute ownership_settings_summary.
11019 11020 11021 |
# File 'sig/types.rbs', line 11019 def ownership_settings_summary @ownership_settings_summary end |
#space_display_name ⇒ ::String
Returns the value of attribute space_display_name.
11020 11021 11022 |
# File 'sig/types.rbs', line 11020 def space_display_name @space_display_name end |
#space_name ⇒ ::String
Returns the value of attribute space_name.
11013 11014 11015 |
# File 'sig/types.rbs', line 11013 def space_name @space_name end |
#space_settings_summary ⇒ Types::SpaceSettingsSummary
Returns the value of attribute space_settings_summary.
11017 11018 11019 |
# File 'sig/types.rbs', line 11017 def space_settings_summary @space_settings_summary end |
#space_sharing_settings_summary ⇒ Types::SpaceSharingSettingsSummary
Returns the value of attribute space_sharing_settings_summary.
11018 11019 11020 |
# File 'sig/types.rbs', line 11018 def space_sharing_settings_summary @space_sharing_settings_summary end |
#status ⇒ "Deleting", ...
Returns the value of attribute status.
11014 11015 11016 |
# File 'sig/types.rbs', line 11014 def status @status end |