Struct aws_sdk_directconnect::model::AssociatedGateway
source · #[non_exhaustive]pub struct AssociatedGateway { /* private fields */ }Expand description
Information about the associated gateway.
Implementations§
source§impl AssociatedGateway
impl AssociatedGateway
sourcepub fn type(&self) -> Option<&GatewayType>
pub fn type(&self) -> Option<&GatewayType>
The type of associated gateway.
sourcepub fn owner_account(&self) -> Option<&str>
pub fn owner_account(&self) -> Option<&str>
The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.
source§impl AssociatedGateway
impl AssociatedGateway
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociatedGateway.
Trait Implementations§
source§impl Clone for AssociatedGateway
impl Clone for AssociatedGateway
source§fn clone(&self) -> AssociatedGateway
fn clone(&self) -> AssociatedGateway
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