Class: Aws::Connect::Types::TransferContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TransferContactResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_arn ⇒ String
The Amazon Resource Name (ARN) of the contact.
-
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
Instance Attribute Details
#contact_arn ⇒ String
The Amazon Resource Name (ARN) of the contact.
21362 21363 21364 21365 21366 21367 |
# File 'lib/aws-sdk-connect/types.rb', line 21362 class TransferContactResponse < Struct.new( :contact_id, :contact_arn) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
The identifier of the contact in this instance of Amazon Connect.
21362 21363 21364 21365 21366 21367 |
# File 'lib/aws-sdk-connect/types.rb', line 21362 class TransferContactResponse < Struct.new( :contact_id, :contact_arn) SENSITIVE = [] include Aws::Structure end |