Class: Aws::Connect::Types::CreateContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::CreateContactResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#contact_arn ⇒ String
3547 3548 3549 3550 3551 3552 |
# File 'lib/aws-sdk-connect/types.rb', line 3547 class CreateContactResponse < Struct.new( :contact_id, :contact_arn) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
3547 3548 3549 3550 3551 3552 |
# File 'lib/aws-sdk-connect/types.rb', line 3547 class CreateContactResponse < Struct.new( :contact_id, :contact_arn) SENSITIVE = [] include Aws::Structure end |