Class: Aws::Types::UpdateSpaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSpaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
13017 13018 13019 |
# File 'sig/types.rbs', line 13017 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
13020 13021 13022 |
# File 'sig/types.rbs', line 13020 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
13019 13020 13021 |
# File 'sig/types.rbs', line 13019 def name @name end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
13018 13019 13020 |
# File 'sig/types.rbs', line 13018 def space_id @space_id end |