Class: Aws::Connect::Types::ContactMetricInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactMetricInfo
- Includes:
- Structure
- Defined in:
- 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.
3434 3435 3436 3437 3438 |
# File 'lib/aws-sdk-connect/types.rb', line 3434 class ContactMetricInfo < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |