Class: Aws::Types::DeleteSpaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSpaceRequest
- 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.
-
#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.
4064 4065 4066 |
# File 'sig/types.rbs', line 4064 def aws_account_id @aws_account_id end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
4065 4066 4067 |
# File 'sig/types.rbs', line 4065 def space_id @space_id end |