Struct rusoto_glue::PhysicalConnectionRequirements [] [src]

pub struct PhysicalConnectionRequirements {
    pub availability_zone: Option<String>,
    pub security_group_id_list: Option<Vec<String>>,
    pub subnet_id: Option<String>,
}

Specifies the physical requirements for a connection.

Fields

The connection's availability zone.

The security group ID list used by the connection.

The subnet ID used by the connection.

Trait Implementations

impl Default for PhysicalConnectionRequirements
[src]

[src]

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

impl Debug for PhysicalConnectionRequirements
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PhysicalConnectionRequirements
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations