Struct rusoto_ec2::SpotFleetTagSpecification [] [src]

pub struct SpotFleetTagSpecification {
    pub resource_type: Option<String>,
    pub tags: Option<Vec<Tag>>,
}

The tags for a Spot fleet resource.

Fields

The type of resource. Currently, the only resource type that is supported is instance.

The tags.

Trait Implementations

impl Default for SpotFleetTagSpecification
[src]

[src]

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

impl Debug for SpotFleetTagSpecification
[src]

[src]

Formats the value using the given formatter.

impl Clone for SpotFleetTagSpecification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more