Struct aws_sdk_ec2::model::PeeringTgwInfo
source · #[non_exhaustive]pub struct PeeringTgwInfo { /* private fields */ }
Expand description
Information about the transit gateway in the peering attachment.
Implementations§
source§impl PeeringTgwInfo
impl PeeringTgwInfo
sourcepub fn transit_gateway_id(&self) -> Option<&str>
pub fn transit_gateway_id(&self) -> Option<&str>
The ID of the transit gateway.
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of the core network where the transit gateway peer is located.
source§impl PeeringTgwInfo
impl PeeringTgwInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PeeringTgwInfo
.
Trait Implementations§
source§impl Clone for PeeringTgwInfo
impl Clone for PeeringTgwInfo
source§fn clone(&self) -> PeeringTgwInfo
fn clone(&self) -> PeeringTgwInfo
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 PeeringTgwInfo
impl Debug for PeeringTgwInfo
source§impl PartialEq<PeeringTgwInfo> for PeeringTgwInfo
impl PartialEq<PeeringTgwInfo> for PeeringTgwInfo
source§fn eq(&self, other: &PeeringTgwInfo) -> bool
fn eq(&self, other: &PeeringTgwInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.