Struct rusoto_cloudtrail::ListTagsRequest [] [src]

pub struct ListTagsRequest {
    pub next_token: Option<String>,
    pub resource_id_list: Vec<String>,
}

Specifies a list of trail tags to return.

Fields

Reserved for future use.

Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is:

arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail

Trait Implementations

impl Default for ListTagsRequest
[src]

[src]

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

impl Debug for ListTagsRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListTagsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations