Class: Aws::PI::Types::ListAvailableResourceDimensionsResponse

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

#metric_dimensionsArray<Types::MetricDimensionGroups>

The dimension information returned for requested metric types.

Returns:



1255
1256
1257
1258
1259
1260
# File 'lib/aws-sdk-pi/types.rb', line 1255

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

#next_tokenString

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by ‘MaxRecords`.

Returns:

  • (String)


1255
1256
1257
1258
1259
1260
# File 'lib/aws-sdk-pi/types.rb', line 1255

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