Class: Aws::Types::DeleteSpaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSpaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#space_name ⇒ ::String
Returns the value of attribute space_name.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3573 3574 3575 |
# File 'sig/types.rbs', line 3573 def domain_id @domain_id end |
#space_name ⇒ ::String
Returns the value of attribute space_name.
3574 3575 3576 |
# File 'sig/types.rbs', line 3574 def space_name @space_name end |