Class: Aws::PI::Types::ListAvailableResourceDimensionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::ListAvailableResourceDimensionsResponse
- Defined in:
- gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_dimensions ⇒ Array<Types::MetricDimensionGroups>
The dimension information returned for requested metric types.
-
#next_token ⇒ String
An optional pagination token provided by a previous request.
Instance Attribute Details
#metric_dimensions ⇒ Array<Types::MetricDimensionGroups>
The dimension information returned for requested metric types.
1259 1260 1261 1262 1263 1264 |
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1259 class ListAvailableResourceDimensionsResponse < Struct.new( :metric_dimensions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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
.
1259 1260 1261 1262 1263 1264 |
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1259 class ListAvailableResourceDimensionsResponse < Struct.new( :metric_dimensions, :next_token) SENSITIVE = [] include Aws::Structure end |