Struct rusoto_resourcegroupstaggingapi::GetTagValuesOutput [] [src]

pub struct GetTagValuesOutput {
    pub pagination_token: Option<String>,
    pub tag_values: Option<Vec<String>>,
}

Fields

A string that indicates that the response contains more data than can be returned in a single response. To receive additional data, specify this string for the PaginationToken value in a subsequent request.

A list of all tag values for the specified key in the AWS account.

Trait Implementations

impl Default for GetTagValuesOutput
[src]

[src]

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

impl Debug for GetTagValuesOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetTagValuesOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations