Class: Aws::Types::DeleteThemeAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteThemeAliasRequest
- 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.
4110 4111 4112 |
# File 'sig/types.rbs', line 4110 def alias_name @alias_name end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4108 4109 4110 |
# File 'sig/types.rbs', line 4108 def aws_account_id @aws_account_id end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
4109 4110 4111 |
# File 'sig/types.rbs', line 4109 def theme_id @theme_id end |