Struct aws_sdk_directconnect::model::AssociatedGateway [−][src]
#[non_exhaustive]pub struct AssociatedGateway {
pub id: Option<String>,
pub type: Option<GatewayType>,
pub owner_account: Option<String>,
pub region: Option<String>,
}Expand description
Information about the associated gateway.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.id: Option<String>The ID of the associated gateway.
type: Option<GatewayType>The type of associated gateway.
owner_account: Option<String>The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.
region: Option<String>The Region where the associated gateway is located.
Implementations
The type of associated gateway.
The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.
Creates a new builder-style object to manufacture AssociatedGateway
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AssociatedGateway
impl Send for AssociatedGateway
impl Sync for AssociatedGateway
impl Unpin for AssociatedGateway
impl UnwindSafe for AssociatedGateway
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
