Class: Aws::Connect::Types::GetContactMetricsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::GetContactMetricsRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#metrics ⇒ Array<Types::ContactMetricInfo>
A list of contact-level metrics to retrieve.
Instance Attribute Details
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
10067 10068 10069 10070 10071 10072 10073 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10067 class GetContactMetricsRequest < Struct.new( :instance_id, :contact_id, :metrics) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
10067 10068 10069 10070 10071 10072 10073 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10067 class GetContactMetricsRequest < Struct.new( :instance_id, :contact_id, :metrics) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Array<Types::ContactMetricInfo>
A list of contact-level metrics to retrieve.
10067 10068 10069 10070 10071 10072 10073 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10067 class GetContactMetricsRequest < Struct.new( :instance_id, :contact_id, :metrics) SENSITIVE = [] include Aws::Structure end |