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.
2623 2624 2625 |
# File 'sig/types.rbs', line 2623 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
2626 2627 2628 |
# File 'sig/types.rbs', line 2626 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def name @name end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def space_id @space_id end |