Struct rusoto_ec2::CreateTagsRequest [] [src]

pub struct CreateTagsRequest {
    pub dry_run: Option<bool>,
    pub resources: Vec<String>,
    pub tags: Vec<Tag>,
}

Contains the parameters for CreateTags.

Fields

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

The IDs of one or more resources to tag. For example, ami-1a2b3c4d.

One or more tags. The value parameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.

Trait Implementations

impl Default for CreateTagsRequest
[src]

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

impl Debug for CreateTagsRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateTagsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more