Struct rusoto_polly::DescribeVoicesInput [] [src]

pub struct DescribeVoicesInput {
    pub language_code: Option<String>,
    pub next_token: Option<String>,
}

Fields

The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.

Trait Implementations

impl Default for DescribeVoicesInput
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeVoicesInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeVoicesInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more