Struct aws_sdk_networkmanager::model::GlobalNetwork [−][src]
#[non_exhaustive]pub struct GlobalNetwork {
pub global_network_id: Option<String>,
pub global_network_arn: Option<String>,
pub description: Option<String>,
pub created_at: Option<DateTime>,
pub state: Option<GlobalNetworkState>,
pub tags: Option<Vec<Tag>>,
}
Expand description
Describes a global network.
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.global_network_id: Option<String>
The ID of the global network.
global_network_arn: Option<String>
The Amazon Resource Name (ARN) of the global network.
description: Option<String>
The description of the global network.
created_at: Option<DateTime>
The date and time that the global network was created.
state: Option<GlobalNetworkState>
The state of the global network.
The tags for the global network.
Implementations
The ID of the global network.
The Amazon Resource Name (ARN) of the global network.
The description of the global network.
The date and time that the global network was created.
The state of the global network.
The tags for the global network.
Creates a new builder-style object to manufacture GlobalNetwork
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 GlobalNetwork
impl Send for GlobalNetwork
impl Sync for GlobalNetwork
impl Unpin for GlobalNetwork
impl UnwindSafe for GlobalNetwork
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