Class: Aws::Connect::Types::MonitorContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::MonitorContactResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_arn ⇒ String
The ARN of the contact.
-
#contact_id ⇒ String
The identifier of the contact.
Instance Attribute Details
#contact_arn ⇒ String
The ARN of the contact.
14679 14680 14681 14682 14683 14684 |
# File 'lib/aws-sdk-connect/types.rb', line 14679 class MonitorContactResponse < Struct.new( :contact_id, :contact_arn) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
The identifier of the contact.
14679 14680 14681 14682 14683 14684 |
# File 'lib/aws-sdk-connect/types.rb', line 14679 class MonitorContactResponse < Struct.new( :contact_id, :contact_arn) SENSITIVE = [] include Aws::Structure end |