Class: Aws::Types::ListSpaceResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSpaceResourcesRequest
- 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.
7743 7744 7745 |
# File 'sig/types.rbs', line 7743 def aws_account_id @aws_account_id end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
7744 7745 7746 |
# File 'sig/types.rbs', line 7744 def space_id @space_id end |