Struct rusoto_resourcegroupstaggingapi::GetTagKeysOutput [] [src]

pub struct GetTagKeysOutput {
    pub pagination_token: Option<String>,
    pub tag_keys: 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 keys in the AWS account.

Trait Implementations

impl Default for GetTagKeysOutput
[src]

[src]

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

impl Debug for GetTagKeysOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetTagKeysOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations