#[non_exhaustive]pub struct TransitGatewayRegistrationStateReason { /* private fields */ }Expand description
Describes the status of a transit gateway registration.
Implementations§
source§impl TransitGatewayRegistrationStateReason
impl TransitGatewayRegistrationStateReason
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TransitGatewayRegistrationStateReason.
Trait Implementations§
source§impl Clone for TransitGatewayRegistrationStateReason
impl Clone for TransitGatewayRegistrationStateReason
source§fn clone(&self) -> TransitGatewayRegistrationStateReason
fn clone(&self) -> TransitGatewayRegistrationStateReason
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 more