Class: Aws::Types::UpdateVehicleRequestItem
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVehicleRequestItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_update_mode ⇒ "Overwrite", "Merge"
Returns the value of attribute attribute_update_mode.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#decoder_manifest_arn ⇒ ::String
Returns the value of attribute decoder_manifest_arn.
-
#model_manifest_arn ⇒ ::String
Returns the value of attribute model_manifest_arn.
-
#state_templates_to_add ⇒ ::Array[Types::StateTemplateAssociation]
Returns the value of attribute state_templates_to_add.
-
#state_templates_to_remove ⇒ ::Array[::String]
Returns the value of attribute state_templates_to_remove.
-
#state_templates_to_update ⇒ ::Array[Types::StateTemplateAssociation]
Returns the value of attribute state_templates_to_update.
-
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
Instance Attribute Details
#attribute_update_mode ⇒ "Overwrite", "Merge"
Returns the value of attribute attribute_update_mode.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def attribute_update_mode @attribute_update_mode end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def attributes @attributes end |
#decoder_manifest_arn ⇒ ::String
Returns the value of attribute decoder_manifest_arn.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def decoder_manifest_arn @decoder_manifest_arn end |
#model_manifest_arn ⇒ ::String
Returns the value of attribute model_manifest_arn.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def model_manifest_arn @model_manifest_arn end |
#state_templates_to_add ⇒ ::Array[Types::StateTemplateAssociation]
Returns the value of attribute state_templates_to_add.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def state_templates_to_add @state_templates_to_add end |
#state_templates_to_remove ⇒ ::Array[::String]
Returns the value of attribute state_templates_to_remove.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def state_templates_to_remove @state_templates_to_remove end |
#state_templates_to_update ⇒ ::Array[Types::StateTemplateAssociation]
Returns the value of attribute state_templates_to_update.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def state_templates_to_update @state_templates_to_update end |
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def vehicle_name @vehicle_name end |