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.
13116 13117 13118 |
# File 'sig/types.rbs', line 13116 def aws_account_id @aws_account_id end |
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
13118 13119 13120 |
# File 'sig/types.rbs', line 13118 def @grant_permissions end |
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
13119 13120 13121 |
# File 'sig/types.rbs', line 13119 def @revoke_permissions end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
13117 13118 13119 |
# File 'sig/types.rbs', line 13117 def theme_id @theme_id end |