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:



1238
1239
1240
1241
1242
1243
# File 'lib/aws-sdk-pi/types.rb', line 1238

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)


1238
1239
1240
1241
1242
1243
# File 'lib/aws-sdk-pi/types.rb', line 1238

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