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.
12561 12562 12563 |
# File 'sig/types.rbs', line 12561 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
12564 12565 12566 |
# File 'sig/types.rbs', line 12564 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
12563 12564 12565 |
# File 'sig/types.rbs', line 12563 def name @name end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
12562 12563 12564 |
# File 'sig/types.rbs', line 12562 def space_id @space_id end |