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.
10965 10966 10967 |
# File 'sig/types.rbs', line 10965 def created_time @created_time end |
#data_set_configurations ⇒ ::Array[Types::DataSetConfiguration]
Returns the value of attribute data_set_configurations.
10969 10970 10971 |
# File 'sig/types.rbs', line 10969 def data_set_configurations @data_set_configurations end |
#description ⇒ ::String
Returns the value of attribute description.
10971 10972 10973 |
# File 'sig/types.rbs', line 10971 def description @description end |
#errors ⇒ ::Array[Types::TemplateError]
Returns the value of attribute errors.
10966 10967 10968 |
# File 'sig/types.rbs', line 10966 def errors @errors end |
#sheets ⇒ ::Array[Types::Sheet]
Returns the value of attribute sheets.
10974 10975 10976 |
# File 'sig/types.rbs', line 10974 def sheets @sheets end |
#source_entity_arn ⇒ ::String
Returns the value of attribute source_entity_arn.
10972 10973 10974 |
# File 'sig/types.rbs', line 10972 def source_entity_arn @source_entity_arn end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
10968 10969 10970 |
# File 'sig/types.rbs', line 10968 def status @status end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
10973 10974 10975 |
# File 'sig/types.rbs', line 10973 def theme_arn @theme_arn end |
#topic_configurations ⇒ ::Array[Types::TopicConfiguration]
Returns the value of attribute topic_configurations.
10970 10971 10972 |
# File 'sig/types.rbs', line 10970 def topic_configurations @topic_configurations end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
10967 10968 10969 |
# File 'sig/types.rbs', line 10967 def version_number @version_number end |