Class: Aws::ConnectCases::Types::Contact
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::Contact
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
An object that represents an Amazon Connect contact object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_arn ⇒ String
A unique identifier of a contact in Amazon Connect.
Instance Attribute Details
#contact_arn ⇒ String
A unique identifier of a contact in Amazon Connect.
649 650 651 652 653 |
# File 'lib/aws-sdk-connectcases/types.rb', line 649 class Contact < Struct.new( :contact_arn) SENSITIVE = [] include Aws::Structure end |