Class: Aws::Types::UpdateStateTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStateTemplateRequest
- 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.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#metadata_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute metadata_extra_dimensions.
-
#state_template_properties_to_add ⇒ ::Array[::String]
Returns the value of attribute state_template_properties_to_add.
-
#state_template_properties_to_remove ⇒ ::Array[::String]
Returns the value of attribute state_template_properties_to_remove.
Instance Attribute Details
#data_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute data_extra_dimensions.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def data_extra_dimensions @data_extra_dimensions end |
#description ⇒ ::String
Returns the value of attribute description.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def description @description end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def identifier @identifier end |
#metadata_extra_dimensions ⇒ ::Array[::String]
Returns the value of attribute metadata_extra_dimensions.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def end |
#state_template_properties_to_add ⇒ ::Array[::String]
Returns the value of attribute state_template_properties_to_add.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def state_template_properties_to_add @state_template_properties_to_add end |
#state_template_properties_to_remove ⇒ ::Array[::String]
Returns the value of attribute state_template_properties_to_remove.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def state_template_properties_to_remove @state_template_properties_to_remove end |