Class: Aws::Types::CreateStateTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateStateTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute data_extra_dimensions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#metadata_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute metadata_extra_dimensions.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
-
#state_template_properties ⇒ ::Array[::String]
Returns the value of attribute state_template_properties.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#data_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute data_extra_dimensions.
258 259 260 |
# File 'sig/types.rbs', line 258 def data_extra_dimensions @data_extra_dimensions end |
#description ⇒ ::String
Returns the value of attribute description.
255 256 257 |
# File 'sig/types.rbs', line 255 def description @description end |
#metadata_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute metadata_extra_dimensions.
259 260 261 |
# File 'sig/types.rbs', line 259 def @metadata_extra_dimensions end |
#name ⇒ ::String
Returns the value of attribute name.
254 255 256 |
# File 'sig/types.rbs', line 254 def name @name end |
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
256 257 258 |
# File 'sig/types.rbs', line 256 def signal_catalog_arn @signal_catalog_arn end |
#state_template_properties ⇒ ::Array[::String]
Returns the value of attribute state_template_properties.
257 258 259 |
# File 'sig/types.rbs', line 257 def state_template_properties @state_template_properties end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
260 261 262 |
# File 'sig/types.rbs', line 260 def @tags end |