Struct rusoto_ec2::ClassicLinkInstance [] [src]

pub struct ClassicLinkInstance {
    pub groups: Option<Vec<GroupIdentifier>>,
    pub instance_id: Option<String>,
    pub tags: Option<Vec<Tag>>,
    pub vpc_id: Option<String>,
}

Describes a linked EC2-Classic instance.

Fields

A list of security groups.

The ID of the instance.

Any tags assigned to the instance.

The ID of the VPC.

Trait Implementations

impl Default for ClassicLinkInstance
[src]

[src]

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

impl Debug for ClassicLinkInstance
[src]

[src]

Formats the value using the given formatter.

impl Clone for ClassicLinkInstance
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more