Class: Aws::Polly::Types::DescribeVoicesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

Returns:

  • (String)


80
81
82
83
84
85
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 80

class DescribeVoicesOutput < Struct.new(
  :voices,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#voicesArray<Types::Voice>

A list of voices with their properties.

Returns:



80
81
82
83
84
85
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 80

class DescribeVoicesOutput < Struct.new(
  :voices,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end