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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/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)


1758
1759
1760
1761
1762
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1758

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