Class: Aws::Polly::Types::DescribeVoicesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::DescribeVoicesOutput
- Defined in:
- gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use in the next request to continue the listing of voices.
-
#voices ⇒ Array<Types::Voice>
A list of voices with their properties.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use in the next request to continue the
listing of voices. NextToken
is returned only if the response is
truncated.
81 82 83 84 85 86 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 81 class DescribeVoicesOutput < Struct.new( :voices, :next_token) SENSITIVE = [] include Aws::Structure end |
#voices ⇒ Array<Types::Voice>
A list of voices with their properties.
81 82 83 84 85 86 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 81 class DescribeVoicesOutput < Struct.new( :voices, :next_token) SENSITIVE = [] include Aws::Structure end |