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.
4987 4988 4989 |
# File 'sig/types.rbs', line 4987 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4988 4989 4990 |
# File 'sig/types.rbs', line 4988 def request_id @request_id end |
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
4986 4987 4988 |
# File 'sig/types.rbs', line 4986 def space_arn @space_arn end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
4985 4986 4987 |
# File 'sig/types.rbs', line 4985 def space_id @space_id end |