Class: Aws::Types::CreateSpaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSpaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
Instance Attribute Details
#request_id ⇒ ::String
Returns the value of attribute request_id.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def request_id @request_id end |
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def space_arn @space_arn end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def space_id @space_id end |