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.
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_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
.
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 |