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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1328
1329
1330
1331
1332
1333
# File 'lib/aws-sdk-pi/types.rb', line 1328

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)


1328
1329
1330
1331
1332
1333
# File 'lib/aws-sdk-pi/types.rb', line 1328

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