Class: Aws::Types::CreateVehicleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVehicleRequest
- 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.
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.
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.
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.
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.
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.
284 285 286 |
# File 'sig/types.rbs', line 284 def @tags end |
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
279 280 281 |
# File 'sig/types.rbs', line 279 def vehicle_name @vehicle_name end |