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

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

Overview

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)


86
87
88
89
90
# File 'lib/aws-sdk-polly/types.rb', line 86

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

#voicesArray<Types::Voice>

A list of voices with their properties.

Returns:



86
87
88
89
90
# File 'lib/aws-sdk-polly/types.rb', line 86

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