Struct aws_sdk_glue::model::PhysicalConnectionRequirements [−][src]
#[non_exhaustive]pub struct PhysicalConnectionRequirements {
pub subnet_id: Option<String>,
pub security_group_id_list: Option<Vec<String>>,
pub availability_zone: Option<String>,
}Expand description
Specifies the physical requirements for a connection.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.subnet_id: Option<String>The subnet ID used by the connection.
security_group_id_list: Option<Vec<String>>The security group ID list used by the connection.
availability_zone: Option<String>The connection's Availability Zone. This field is redundant because the specified subnet implies the Availability Zone to be used. Currently the field must be populated, but it will be deprecated in the future.
Implementations
The security group ID list used by the connection.
The connection's Availability Zone. This field is redundant because the specified subnet implies the Availability Zone to be used. Currently the field must be populated, but it will be deprecated in the future.
Creates a new builder-style object to manufacture PhysicalConnectionRequirements
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for PhysicalConnectionRequirements
impl Sync for PhysicalConnectionRequirements
impl Unpin for PhysicalConnectionRequirements
impl UnwindSafe for PhysicalConnectionRequirements
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
