Module: Aws::IoTFleetWise::Client::_GetVehicleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetVehicleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #attributes ⇒ ::Hash[::String, ::String]
- #creation_time ⇒ ::Time
- #decoder_manifest_arn ⇒ ::String
- #last_modification_time ⇒ ::Time
- #model_manifest_arn ⇒ ::String
- #state_templates ⇒ ::Array[Types::StateTemplateAssociation]
- #vehicle_name ⇒ ::String
Instance Method Details
#arn ⇒ ::String
621 |
# File 'sig/client.rbs', line 621
def arn: () -> ::String
|
#attributes ⇒ ::Hash[::String, ::String]
624 |
# File 'sig/client.rbs', line 624
def attributes: () -> ::Hash[::String, ::String]
|
#creation_time ⇒ ::Time
626 |
# File 'sig/client.rbs', line 626
def creation_time: () -> ::Time
|
#decoder_manifest_arn ⇒ ::String
623 |
# File 'sig/client.rbs', line 623
def decoder_manifest_arn: () -> ::String
|
#last_modification_time ⇒ ::Time
627 |
# File 'sig/client.rbs', line 627
def last_modification_time: () -> ::Time
|
#model_manifest_arn ⇒ ::String
622 |
# File 'sig/client.rbs', line 622
def model_manifest_arn: () -> ::String
|
#state_templates ⇒ ::Array[Types::StateTemplateAssociation]
625 |
# File 'sig/client.rbs', line 625
def state_templates: () -> ::Array[Types::StateTemplateAssociation]
|
#vehicle_name ⇒ ::String
620 |
# File 'sig/client.rbs', line 620
def vehicle_name: () -> ::String
|