Class: Aws::IoTFleetWise::Types::GetModelManifestRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the vehicle model to retrieve information about.

Returns:

  • (String)


2111
2112
2113
2114
2115
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2111

class GetModelManifestRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end