[][src]Struct rusoto_glue::PhysicalConnectionRequirements

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. This field is deprecated and has no effect.

The security group ID list used by the connection.

The subnet ID used by the connection.

Trait Implementations

impl Clone for PhysicalConnectionRequirements
[src]

Performs copy-assignment from source. Read more

impl Default for PhysicalConnectionRequirements
[src]

impl PartialEq<PhysicalConnectionRequirements> for PhysicalConnectionRequirements
[src]

impl Debug for PhysicalConnectionRequirements
[src]

impl Serialize for PhysicalConnectionRequirements
[src]

impl<'de> Deserialize<'de> for PhysicalConnectionRequirements
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T