Class: Aws::Types::ThemeVersion
- Inherits:
-
Object
- Object
- Aws::Types::ThemeVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#base_theme_id ⇒ ::String
Returns the value of attribute base_theme_id.
-
#configuration ⇒ Types::ThemeConfiguration
Returns the value of attribute configuration.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#errors ⇒ ::Array[Types::ThemeError]
Returns the value of attribute errors.
-
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
11090 11091 11092 |
# File 'sig/types.rbs', line 11090 def arn @arn end |
#base_theme_id ⇒ ::String
Returns the value of attribute base_theme_id.
11092 11093 11094 |
# File 'sig/types.rbs', line 11092 def base_theme_id @base_theme_id end |
#configuration ⇒ Types::ThemeConfiguration
Returns the value of attribute configuration.
11094 11095 11096 |
# File 'sig/types.rbs', line 11094 def configuration @configuration end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
11093 11094 11095 |
# File 'sig/types.rbs', line 11093 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
11091 11092 11093 |
# File 'sig/types.rbs', line 11091 def description @description end |
#errors ⇒ ::Array[Types::ThemeError]
Returns the value of attribute errors.
11095 11096 11097 |
# File 'sig/types.rbs', line 11095 def errors @errors end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
11096 11097 11098 |
# File 'sig/types.rbs', line 11096 def status @status end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
11089 11090 11091 |
# File 'sig/types.rbs', line 11089 def version_number @version_number end |