Class: Aws::Types::StartVoiceToneAnalysisTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def client_request_token
  @client_request_token
end

#language_code"en-US"

Returns the value of attribute language_code.

Returns:

  • ("en-US")


1100
1101
1102
# File 'sig/types.rbs', line 1100

def language_code
  @language_code
end

#transaction_id::String

Returns the value of attribute transaction_id.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def transaction_id
  @transaction_id
end

#voice_connector_id::String

Returns the value of attribute voice_connector_id.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def voice_connector_id
  @voice_connector_id
end