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.
11059 11060 11061 |
# File 'sig/types.rbs', line 11059 def alias_name @alias_name end |
#arn ⇒ ::String
Returns the value of attribute arn.
11058 11059 11060 |
# File 'sig/types.rbs', line 11058 def arn @arn end |
#theme_version_number ⇒ ::Integer
Returns the value of attribute theme_version_number.
11060 11061 11062 |
# File 'sig/types.rbs', line 11060 def theme_version_number @theme_version_number end |