#[non_exhaustive]pub struct TransitGatewayRegistration { /* private fields */ }
Expand description
Describes the registration of a transit gateway to a global network.
Implementations§
source§impl TransitGatewayRegistration
impl TransitGatewayRegistration
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn transit_gateway_arn(&self) -> Option<&str>
pub fn transit_gateway_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the transit gateway.
sourcepub fn state(&self) -> Option<&TransitGatewayRegistrationStateReason>
pub fn state(&self) -> Option<&TransitGatewayRegistrationStateReason>
The state of the transit gateway registration.
source§impl TransitGatewayRegistration
impl TransitGatewayRegistration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayRegistration
.
Trait Implementations§
source§impl Clone for TransitGatewayRegistration
impl Clone for TransitGatewayRegistration
source§fn clone(&self) -> TransitGatewayRegistration
fn clone(&self) -> TransitGatewayRegistration
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 TransitGatewayRegistration
impl Debug for TransitGatewayRegistration
source§impl PartialEq<TransitGatewayRegistration> for TransitGatewayRegistration
impl PartialEq<TransitGatewayRegistration> for TransitGatewayRegistration
source§fn eq(&self, other: &TransitGatewayRegistration) -> bool
fn eq(&self, other: &TransitGatewayRegistration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.