Class: Aws::Types::DescribeThemeAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeThemeAliasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
-
#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
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
5075 5076 5077 |
# File 'sig/types.rbs', line 5075 def alias_name @alias_name end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
5073 5074 5075 |
# File 'sig/types.rbs', line 5073 def aws_account_id @aws_account_id end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
5074 5075 5076 |
# File 'sig/types.rbs', line 5074 def theme_id @theme_id end |