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 Connect Customer instance.

Returns:

  • (String)


32044
32045
32046
32047
32048
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32044

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