Class: Aws::Connect::Types::SearchMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchMetricsResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ Integer
The approximate total number of metrics that matched your search criteria.
-
#metrics ⇒ Array<Types::MetricDefinition>
The metrics that matched the search criteria.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#approximate_total_count ⇒ Integer
The approximate total number of metrics that matched your search criteria.
31246 31247 31248 31249 31250 31251 31252 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31246 class SearchMetricsResponse < Struct.new( :metrics, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Array<Types::MetricDefinition>
The metrics that matched the search criteria.
31246 31247 31248 31249 31250 31251 31252 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31246 class SearchMetricsResponse < Struct.new( :metrics, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
31246 31247 31248 31249 31250 31251 31252 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31246 class SearchMetricsResponse < Struct.new( :metrics, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |