Class: Aws::PI::Types::ListAvailableResourceMetricsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metricsArray<Types::ResponseResourceMetric>

An array of metrics available to query. Each array element contains the full name, description, and unit of the metric.

Returns:



1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1311

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

#next_tokenString

A pagination token that indicates the response didn’t return all available records because MaxRecords was specified in the previous request. To get the remaining records, specify NextToken in a separate request with this value.

Returns:

  • (String)


1311
1312
1313
1314
1315
1316
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1311

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