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.
17875 17876 17877 17878 17879 17880 |
# File 'lib/aws-sdk-connect/types.rb', line 17875 class MonitorContactResponse < Struct.new( :contact_id, :contact_arn) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
The identifier of the contact.
17875 17876 17877 17878 17879 17880 |
# File 'lib/aws-sdk-connect/types.rb', line 17875 class MonitorContactResponse < Struct.new( :contact_id, :contact_arn) SENSITIVE = [] include Aws::Structure end |