Class: Aws::Types::UpdateSpacePermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSpacePermissionsResponse
- 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.
12555 12556 12557 |
# File 'sig/types.rbs', line 12555 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12556 12557 12558 |
# File 'sig/types.rbs', line 12556 def request_id @request_id end |
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
12554 12555 12556 |
# File 'sig/types.rbs', line 12554 def space_arn @space_arn end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
12553 12554 12555 |
# File 'sig/types.rbs', line 12553 def space_id @space_id end |