Struct rusoto_resourcegroupstaggingapi::GetResourcesOutput[][src]

pub struct GetResourcesOutput {
    pub pagination_token: Option<String>,
    pub resource_tag_mapping_list: Option<Vec<ResourceTagMapping>>,
}

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 resource ARNs and the tags (keys and values) associated with each.

Trait Implementations

impl Default for GetResourcesOutput
[src]

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

impl Debug for GetResourcesOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for GetResourcesOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetResourcesOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations