Class: Aws::Types::DescribeSpacePermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSpacePermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#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
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
5220 5221 5222 |
# File 'sig/types.rbs', line 5220 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5221 5222 5223 |
# File 'sig/types.rbs', line 5221 def request_id @request_id end |
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
5219 5220 5221 |
# File 'sig/types.rbs', line 5219 def space_arn @space_arn end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
5218 5219 5220 |
# File 'sig/types.rbs', line 5218 def space_id @space_id end |