Class: Aws::IoTFleetWise::Types::GetModelManifestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::GetModelManifestRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the vehicle model to retrieve information about.
Instance Attribute Details
#name ⇒ String
The name of the vehicle model to retrieve information about.
2111 2112 2113 2114 2115 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2111 class GetModelManifestRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |