Struct aws_sdk_tnb::operation::instantiate_sol_network_instance::InstantiateSolNetworkInstanceOutput
source · #[non_exhaustive]pub struct InstantiateSolNetworkInstanceOutput {
pub ns_lcm_op_occ_id: Option<String>,
pub tags: Option<HashMap<String, String>>,
/* private fields */
}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.ns_lcm_op_occ_id: Option<String>The identifier of the network operation.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
Implementations§
source§impl InstantiateSolNetworkInstanceOutput
impl InstantiateSolNetworkInstanceOutput
sourcepub fn ns_lcm_op_occ_id(&self) -> Option<&str>
pub fn ns_lcm_op_occ_id(&self) -> Option<&str>
The identifier of the network operation.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. When you use this API, the tags are transferred to the network operation that is created. Use tags to search and filter your resources or track your Amazon Web Services costs.
source§impl InstantiateSolNetworkInstanceOutput
impl InstantiateSolNetworkInstanceOutput
sourcepub fn builder() -> InstantiateSolNetworkInstanceOutputBuilder
pub fn builder() -> InstantiateSolNetworkInstanceOutputBuilder
Creates a new builder-style object to manufacture InstantiateSolNetworkInstanceOutput.
Trait Implementations§
source§impl Clone for InstantiateSolNetworkInstanceOutput
impl Clone for InstantiateSolNetworkInstanceOutput
source§fn clone(&self) -> InstantiateSolNetworkInstanceOutput
fn clone(&self) -> InstantiateSolNetworkInstanceOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for InstantiateSolNetworkInstanceOutput
impl PartialEq for InstantiateSolNetworkInstanceOutput
source§fn eq(&self, other: &InstantiateSolNetworkInstanceOutput) -> bool
fn eq(&self, other: &InstantiateSolNetworkInstanceOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for InstantiateSolNetworkInstanceOutput
impl RequestId for InstantiateSolNetworkInstanceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.