Class: Aws::Types::StartSpeakerSearchTaskRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#call_leg"Caller", "Callee"

Returns the value of attribute call_leg.

Returns:

  • ("Caller", "Callee")


1088
1089
1090
# File 'sig/types.rbs', line 1088

def call_leg
  @call_leg
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def client_request_token
  @client_request_token
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


1085
1086
1087
# File 'sig/types.rbs', line 1085

def transaction_id
  @transaction_id
end

#voice_connector_id::String

Returns the value of attribute voice_connector_id.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def voice_connector_id
  @voice_connector_id
end

#voice_profile_domain_id::String

Returns the value of attribute voice_profile_domain_id.

Returns:

  • (::String)


1086
1087
1088
# File 'sig/types.rbs', line 1086

def voice_profile_domain_id
  @voice_profile_domain_id
end