Class: Aws::Types::TemplateVersion
- Inherits:
-
Object
- Object
- Aws::Types::TemplateVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#data_set_configurations ⇒ ::Array[Types::DataSetConfiguration]
Returns the value of attribute data_set_configurations.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#errors ⇒ ::Array[Types::TemplateError]
Returns the value of attribute errors.
-
#sheets ⇒ ::Array[Types::Sheet]
Returns the value of attribute sheets.
-
#source_entity_arn ⇒ ::String
Returns the value of attribute source_entity_arn.
-
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
-
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
-
#topic_configurations ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configurations.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_time.
11355 11356 11357 |
# File 'sig/types.rbs', line 11355 def created_time @created_time end |
#data_set_configurations ⇒ ::Array[Types::DataSetConfiguration]
Returns the value of attribute data_set_configurations.
11359 11360 11361 |
# File 'sig/types.rbs', line 11359 def data_set_configurations @data_set_configurations end |
#description ⇒ ::String
Returns the value of attribute description.
11361 11362 11363 |
# File 'sig/types.rbs', line 11361 def description @description end |
#errors ⇒ ::Array[Types::TemplateError]
Returns the value of attribute errors.
11356 11357 11358 |
# File 'sig/types.rbs', line 11356 def errors @errors end |
#sheets ⇒ ::Array[Types::Sheet]
Returns the value of attribute sheets.
11364 11365 11366 |
# File 'sig/types.rbs', line 11364 def sheets @sheets end |
#source_entity_arn ⇒ ::String
Returns the value of attribute source_entity_arn.
11362 11363 11364 |
# File 'sig/types.rbs', line 11362 def source_entity_arn @source_entity_arn end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
11358 11359 11360 |
# File 'sig/types.rbs', line 11358 def status @status end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
11363 11364 11365 |
# File 'sig/types.rbs', line 11363 def theme_arn @theme_arn end |
#topic_configurations ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configurations.
11360 11361 11362 |
# File 'sig/types.rbs', line 11360 def topic_configurations @topic_configurations end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
11357 11358 11359 |
# File 'sig/types.rbs', line 11357 def version_number @version_number end |