Class: Aws::Types::UpdateSpaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSpaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#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.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
12428 12429 12430 |
# File 'sig/types.rbs', line 12428 def domain_id @domain_id end |
#space_display_name ⇒ ::String
Returns the value of attribute space_display_name.
12431 12432 12433 |
# File 'sig/types.rbs', line 12431 def space_display_name @space_display_name end |
#space_name ⇒ ::String
Returns the value of attribute space_name.
12429 12430 12431 |
# File 'sig/types.rbs', line 12429 def space_name @space_name end |
#space_settings ⇒ Types::SpaceSettings
Returns the value of attribute space_settings.
12430 12431 12432 |
# File 'sig/types.rbs', line 12430 def space_settings @space_settings end |