Class: Aws::Connect::Types::StartOutboundVoiceContactResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

The identifier of this contact within the Amazon Connect instance.

Returns:

  • (String)


17468
17469
17470
17471
17472
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17468

class StartOutboundVoiceContactResponse < Struct.new(
  :contact_id)
  SENSITIVE = []
  include Aws::Structure
end