Struct rusoto_dynamodb::ListTagsOfResourceInput [] [src]

pub struct ListTagsOfResourceInput {
    pub next_token: Option<String>,
    pub resource_arn: String,
}

Fields

An optional string that, if supplied, must be copied from the output of a previous call to ListTagOfResource. When provided in this manner, this API fetches the next page of results.

The Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

Trait Implementations

impl Default for ListTagsOfResourceInput
[src]

[src]

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

impl Debug for ListTagsOfResourceInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListTagsOfResourceInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations