Struct aws_sdk_ec2::model::ReferencedSecurityGroup [−][src]
#[non_exhaustive]pub struct ReferencedSecurityGroup {
pub group_id: Option<String>,
pub peering_status: Option<String>,
pub user_id: Option<String>,
pub vpc_id: Option<String>,
pub vpc_peering_connection_id: Option<String>,
}
Expand description
Describes the security group that is referenced in the security group rule.
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.group_id: Option<String>
The ID of the security group.
peering_status: Option<String>
The status of a VPC peering connection, if applicable.
user_id: Option<String>
The Amazon Web Services account ID.
vpc_id: Option<String>
The ID of the VPC.
vpc_peering_connection_id: Option<String>
The ID of the VPC peering connection.
Implementations
The status of a VPC peering connection, if applicable.
The ID of the VPC peering connection.
Creates a new builder-style object to manufacture ReferencedSecurityGroup
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 RefUnwindSafe for ReferencedSecurityGroup
impl Send for ReferencedSecurityGroup
impl Sync for ReferencedSecurityGroup
impl Unpin for ReferencedSecurityGroup
impl UnwindSafe for ReferencedSecurityGroup
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