Class: Aws::Types::DescribeThemePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeThemePermissionsRequest
- 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.
-
#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.
5087 5088 5089 |
# File 'sig/types.rbs', line 5087 def aws_account_id @aws_account_id end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
5088 5089 5090 |
# File 'sig/types.rbs', line 5088 def theme_id @theme_id end |