Class: Aws::IoT::Types::ListFleetMetricsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_metricsArray<Types::FleetMetricNameAndArn>

The list of fleet metrics objects.

Returns:



9869
9870
9871
9872
9873
9874
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9869

class ListFleetMetricsResponse < Struct.new(
  :fleet_metrics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Will not be returned if the operation has returned all results.

Returns:

  • (String)


9869
9870
9871
9872
9873
9874
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 9869

class ListFleetMetricsResponse < Struct.new(
  :fleet_metrics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end