Class: Aws::Types::UpdateSpacePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSpacePermissionsRequest
- 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.
-
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
-
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
-
#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.
12545 12546 12547 |
# File 'sig/types.rbs', line 12545 def aws_account_id @aws_account_id end |
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
12547 12548 12549 |
# File 'sig/types.rbs', line 12547 def @grant_permissions end |
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
12548 12549 12550 |
# File 'sig/types.rbs', line 12548 def @revoke_permissions end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
12546 12547 12548 |
# File 'sig/types.rbs', line 12546 def space_id @space_id end |