Class: Aws::Types::UpdateVehicleRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_update_mode ⇒ "Overwrite", "Merge"

Returns the value of attribute attribute_update_mode.



1449
1450
1451
# File 'sig/types.rbs', line 1449

def attribute_update_mode
  @attribute_update_mode
end

#attributes ⇒ ::Hash[::String, ::String]

Returns the value of attribute attributes.



1448
1449
1450
# File 'sig/types.rbs', line 1448

def attributes
  @attributes
end

#decoder_manifest_arn ⇒ ::String

Returns the value of attribute decoder_manifest_arn.



1447
1448
1449
# File 'sig/types.rbs', line 1447

def decoder_manifest_arn
  @decoder_manifest_arn
end

#model_manifest_arn ⇒ ::String

Returns the value of attribute model_manifest_arn.



1446
1447
1448
# File 'sig/types.rbs', line 1446

def model_manifest_arn
  @model_manifest_arn
end

#state_templates_to_add ⇒ ::Array[Types::StateTemplateAssociation]

Returns the value of attribute state_templates_to_add.



1450
1451
1452
# File 'sig/types.rbs', line 1450

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.



1451
1452
1453
# File 'sig/types.rbs', line 1451

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.



1452
1453
1454
# File 'sig/types.rbs', line 1452

def state_templates_to_update
  @state_templates_to_update
end

#vehicle_name ⇒ ::String

Returns the value of attribute vehicle_name.



1445
1446
1447
# File 'sig/types.rbs', line 1445

def vehicle_name
  @vehicle_name
end