Class: Aws::Types::StartSpeakerSearchTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:voice_profile_domain_arn, :client_request_token])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def client_request_token
  @client_request_token
end

#identifier ⇒ ::String

Returns the value of attribute identifier.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def identifier
  @identifier
end

#kinesis_video_stream_source_task_configuration ⇒ Types::KinesisVideoStreamSourceTaskConfiguration

Returns the value of attribute kinesis_video_stream_source_task_configuration.



797
798
799
# File 'sig/types.rbs', line 797

def kinesis_video_stream_source_task_configuration
  @kinesis_video_stream_source_task_configuration
end

#voice_profile_domain_arn ⇒ ::String

Returns the value of attribute voice_profile_domain_arn.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def voice_profile_domain_arn
  @voice_profile_domain_arn
end