Class: Aws::IoTFleetWise::Types::GetFleetRequest

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

#fleet_idString

The ID of the fleet to retrieve information about.

Returns:

  • (String)


1697
1698
1699
1700
1701
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1697

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