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)


3415
3416
3417
3418
3419
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 3415

class ContactMetricInfo < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end