Class: Aws::Types::DescribeSpacePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSpacePermissionsRequest
- 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.
5212 5213 5214 |
# File 'sig/types.rbs', line 5212 def aws_account_id @aws_account_id end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
5213 5214 5215 |
# File 'sig/types.rbs', line 5213 def space_id @space_id end |