Class: Aws::Connect::Types::StartOutboundVoiceContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::StartOutboundVoiceContactResponse
- 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.
31556 31557 31558 31559 31560 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31556 class StartOutboundVoiceContactResponse < Struct.new( :contact_id) SENSITIVE = [] include Aws::Structure end |