Class: Aws::Connect::Types::CurrentMetric

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Contains information about a real-time metric. For a description of each metric, see Real-time Metrics Definitions in the Amazon Connect Administrator Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the metric.

Returns:

  • (String)


4023
4024
4025
4026
4027
4028
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4023

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

#unitString

The unit for the metric.

Returns:

  • (String)


4023
4024
4025
4026
4027
4028
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4023

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