Class: Aws::Types::UpdateThemePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThemePermissionsRequest
- 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.
-
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12660 12661 12662 |
# File 'sig/types.rbs', line 12660 def aws_account_id @aws_account_id end |
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
12662 12663 12664 |
# File 'sig/types.rbs', line 12662 def @grant_permissions end |
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
12663 12664 12665 |
# File 'sig/types.rbs', line 12663 def @revoke_permissions end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
12661 12662 12663 |
# File 'sig/types.rbs', line 12661 def theme_id @theme_id end |