Class: Aws::Connect::Types::StartTaskContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::StartTaskContactResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The identifier of this contact within the Amazon Connect instance.
Instance Attribute Details
#contact_id ⇒ String
The identifier of this contact within the Amazon Connect instance.
30101 30102 30103 30104 30105 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 30101 class StartTaskContactResponse < Struct.new( :contact_id) SENSITIVE = [] include Aws::Structure end |