Class: Aws::Types::UpdateFolderPermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFolderPermissionsRequest
- 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.
-
#folder_id ⇒ ::String
Returns the value of attribute folder_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.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12268 12269 12270 |
# File 'sig/types.rbs', line 12268 def aws_account_id @aws_account_id end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
12269 12270 12271 |
# File 'sig/types.rbs', line 12269 def folder_id @folder_id end |
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
12270 12271 12272 |
# File 'sig/types.rbs', line 12270 def @grant_permissions end |
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
12271 12272 12273 |
# File 'sig/types.rbs', line 12271 def @revoke_permissions end |