Struct aws_sdk_networkmanager::model::CoreNetworkSummary
source · [−]#[non_exhaustive]pub struct CoreNetworkSummary {
pub core_network_id: Option<String>,
pub core_network_arn: Option<String>,
pub global_network_id: Option<String>,
pub owner_account_id: Option<String>,
pub state: Option<CoreNetworkState>,
pub description: Option<String>,
pub tags: Option<Vec<Tag>>,
}
Expand description
Returns summary information about a core 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.core_network_id: Option<String>
The ID of a core network.
core_network_arn: Option<String>
a core network ARN.
global_network_id: Option<String>
The global network ID.
owner_account_id: Option<String>
The ID of the account owner.
state: Option<CoreNetworkState>
The state of a core network.
description: Option<String>
The description of a core network.
The key-value tags associated with a core network summary.
Implementations
The ID of a core network.
a core network ARN.
The global network ID.
The ID of the account owner.
The state of a core network.
The description of a core network.
The key-value tags associated with a core network summary.
Creates a new builder-style object to manufacture CoreNetworkSummary
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 CoreNetworkSummary
impl Send for CoreNetworkSummary
impl Sync for CoreNetworkSummary
impl Unpin for CoreNetworkSummary
impl UnwindSafe for CoreNetworkSummary
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