Class: Aws::Types::ListSpeechSynthesisTasksInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


164
165
166
# File 'sig/types.rbs', line 164

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def next_token
  @next_token
end

#status"scheduled", ...

Returns the value of attribute status.

Returns:

  • ("scheduled", "inProgress", "completed", "failed")


166
167
168
# File 'sig/types.rbs', line 166

def status
  @status
end