Class: Aws::Types::CreateVehicleRequestItem
- Inherits:
-
Object
- Object
- Aws::Types::CreateVehicleRequestItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_behavior ⇒ "CreateIotThing", "ValidateIotThingExists"
Returns the value of attribute association_behavior.
-
#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 ⇒ ::Array[Types::StateTemplateAssociation]
Returns the value of attribute state_templates.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
Instance Attribute Details
#association_behavior ⇒ "CreateIotThing", "ValidateIotThingExists"
Returns the value of attribute association_behavior.
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.
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.
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.
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.
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.
295 296 297 |
# File 'sig/types.rbs', line 295 def @tags end |
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
290 291 292 |
# File 'sig/types.rbs', line 290 def vehicle_name @vehicle_name end |