Class: Aws::Connect::Types::ContactMetricInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactMetricInfo
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The object that contains information about metric being requested.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the metric being retrieved in type String.
Instance Attribute Details
#name ⇒ String
The name of the metric being retrieved in type String.
3421 3422 3423 3424 3425 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3421 class ContactMetricInfo < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |