#[non_exhaustive]pub struct VpcIngressConnectionSummary { /* private fields */ }
Expand description
Provides summary information about an VPC Ingress Connection, which includes its VPC Ingress Connection ARN and its associated Service ARN.
Implementations§
source§impl VpcIngressConnectionSummary
impl VpcIngressConnectionSummary
sourcepub fn vpc_ingress_connection_arn(&self) -> Option<&str>
pub fn vpc_ingress_connection_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the VPC Ingress Connection.
sourcepub fn service_arn(&self) -> Option<&str>
pub fn service_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
source§impl VpcIngressConnectionSummary
impl VpcIngressConnectionSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VpcIngressConnectionSummary
.
Trait Implementations§
source§impl Clone for VpcIngressConnectionSummary
impl Clone for VpcIngressConnectionSummary
source§fn clone(&self) -> VpcIngressConnectionSummary
fn clone(&self) -> VpcIngressConnectionSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for VpcIngressConnectionSummary
impl Debug for VpcIngressConnectionSummary
source§impl PartialEq<VpcIngressConnectionSummary> for VpcIngressConnectionSummary
impl PartialEq<VpcIngressConnectionSummary> for VpcIngressConnectionSummary
source§fn eq(&self, other: &VpcIngressConnectionSummary) -> bool
fn eq(&self, other: &VpcIngressConnectionSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.