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.
14900 14901 14902 14903 14904 14905 |
# File 'lib/aws-sdk-connect/types.rb', line 14900 class MonitorContactResponse < Struct.new( :contact_id, :contact_arn) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
The identifier of the contact.
14900 14901 14902 14903 14904 14905 |
# File 'lib/aws-sdk-connect/types.rb', line 14900 class MonitorContactResponse < Struct.new( :contact_id, :contact_arn) SENSITIVE = [] include Aws::Structure end |