Class: Aws::Types::UpdateThemeAliasRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateThemeAliasRequest
- 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.
-
#theme_version_number ⇒ ::Integer
Returns the value of attribute theme_version_number.
Instance Attribute Details
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
12647 12648 12649 |
# File 'sig/types.rbs', line 12647 def alias_name @alias_name end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12645 12646 12647 |
# File 'sig/types.rbs', line 12645 def aws_account_id @aws_account_id end |
#theme_id ⇒ ::String
Returns the value of attribute theme_id.
12646 12647 12648 |
# File 'sig/types.rbs', line 12646 def theme_id @theme_id end |
#theme_version_number ⇒ ::Integer
Returns the value of attribute theme_version_number.
12648 12649 12650 |
# File 'sig/types.rbs', line 12648 def theme_version_number @theme_version_number end |