Class: Aws::Types::CreateSpaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSpaceRequest
- 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.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def name @name end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def space_id @space_id end |