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

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

#metric_dimensionsArray<Types::MetricDimensionGroups>

The dimension information returned for requested metric types.

Returns:



1304
1305
1306
1307
1308
1309
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1304

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)


1304
1305
1306
1307
1308
1309
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1304

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