Class: Aws::Types::UpdateVehicleRequestItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_update_mode ⇒ "Overwrite", "Merge"

Returns the value of attribute attribute_update_mode.

Returns:

  • ("Overwrite", "Merge")


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:



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.

Returns:

  • (::String)


1457
1458
1459
# File 'sig/types.rbs', line 1457

def vehicle_name
  @vehicle_name
end