Class: Aws::Types::CreateVehicleRequest

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")


283
284
285
# File 'sig/types.rbs', line 283

def association_behavior
  @association_behavior
end

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

Returns the value of attribute attributes.

Returns:

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


282
283
284
# File 'sig/types.rbs', line 282

def attributes
  @attributes
end

#decoder_manifest_arn ⇒ ::String

Returns the value of attribute decoder_manifest_arn.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def decoder_manifest_arn
  @decoder_manifest_arn
end

#model_manifest_arn ⇒ ::String

Returns the value of attribute model_manifest_arn.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def model_manifest_arn
  @model_manifest_arn
end

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

Returns the value of attribute state_templates.

Returns:



285
286
287
# File 'sig/types.rbs', line 285

def state_templates
  @state_templates
end

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

Returns the value of attribute tags.

Returns:



284
285
286
# File 'sig/types.rbs', line 284

def tags
  @tags
end

#vehicle_name ⇒ ::String

Returns the value of attribute vehicle_name.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def vehicle_name
  @vehicle_name
end