Class: Aws::ResilienceHub::Types::ListMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListMetricsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Token for the next set of results, or null if there are no more results.
-
#rows ⇒ Array<Array<String>>
Specifies all the list of metric values for each row of metrics.
Instance Attribute Details
#next_token ⇒ String
Token for the next set of results, or null if there are no more results.
4249 4250 4251 4252 4253 4254 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4249 class ListMetricsResponse < Struct.new( :next_token, :rows) SENSITIVE = [] include Aws::Structure end |
#rows ⇒ Array<Array<String>>
Specifies all the list of metric values for each row of metrics.
4249 4250 4251 4252 4253 4254 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4249 class ListMetricsResponse < Struct.new( :next_token, :rows) SENSITIVE = [] include Aws::Structure end |