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

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

Instance Attribute Details

#nameString

The name of the metric being retrieved in type String.

Returns:

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