Class: Aws::Connect::Types::ContactMetricInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the metric being retrieved in type String.

Returns:

  • (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