Class: Aws::Types::CreateVehicleRequestItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_behavior ⇒ "CreateIotThing", "ValidateIotThingExists"

Returns the value of attribute association_behavior.

Returns:

  • ("CreateIotThing", "ValidateIotThingExists")


294
295
296
# File 'sig/types.rbs', line 294

def association_behavior
  @association_behavior
end

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

Returns the value of attribute attributes.

Returns:

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


293
294
295
# File 'sig/types.rbs', line 293

def attributes
  @attributes
end

#decoder_manifest_arn ⇒ ::String

Returns the value of attribute decoder_manifest_arn.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def decoder_manifest_arn
  @decoder_manifest_arn
end

#model_manifest_arn ⇒ ::String

Returns the value of attribute model_manifest_arn.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def model_manifest_arn
  @model_manifest_arn
end

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

Returns the value of attribute state_templates.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def state_templates
  @state_templates
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def tags
  @tags
end

#vehicle_name ⇒ ::String

Returns the value of attribute vehicle_name.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def vehicle_name
  @vehicle_name
end