You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

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)

    The pagination token to use in the next request to continue the listing of voices.

#voicesArray<Types::Voice>

A list of voices with their properties.

Returns:

  • (Array<Types::Voice>)

    A list of voices with their properties.