Class: Aws::Types::GetVehicleResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetVehicleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#decoder_manifest_arn ⇒ ::String
Returns the value of attribute decoder_manifest_arn.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#model_manifest_arn ⇒ ::String
Returns the value of attribute model_manifest_arn.
-
#state_templates ⇒ ::Array[Types::StateTemplateAssociation]
Returns the value of attribute state_templates.
-
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
660 661 662 |
# File 'sig/types.rbs', line 660 def arn @arn end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
663 664 665 |
# File 'sig/types.rbs', line 663 def attributes @attributes end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
665 666 667 |
# File 'sig/types.rbs', line 665 def creation_time @creation_time end |
#decoder_manifest_arn ⇒ ::String
Returns the value of attribute decoder_manifest_arn.
662 663 664 |
# File 'sig/types.rbs', line 662 def decoder_manifest_arn @decoder_manifest_arn end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
666 667 668 |
# File 'sig/types.rbs', line 666 def last_modification_time @last_modification_time end |
#model_manifest_arn ⇒ ::String
Returns the value of attribute model_manifest_arn.
661 662 663 |
# File 'sig/types.rbs', line 661 def model_manifest_arn @model_manifest_arn end |
#state_templates ⇒ ::Array[Types::StateTemplateAssociation]
Returns the value of attribute state_templates.
664 665 666 |
# File 'sig/types.rbs', line 664 def state_templates @state_templates end |
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
659 660 661 |
# File 'sig/types.rbs', line 659 def vehicle_name @vehicle_name end |