Class: Aws::Types::ThemeAlias
- Inherits:
-
Object
- Object
- Aws::Types::ThemeAlias
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
11449 11450 11451 |
# File 'sig/types.rbs', line 11449 def alias_name @alias_name end |
#arn ⇒ ::String
Returns the value of attribute arn.
11448 11449 11450 |
# File 'sig/types.rbs', line 11448 def arn @arn end |
#theme_version_number ⇒ ::Integer
Returns the value of attribute theme_version_number.
11450 11451 11452 |
# File 'sig/types.rbs', line 11450 def theme_version_number @theme_version_number end |