Struct aws_sdk_tnb::operation::terminate_sol_network_instance::TerminateSolNetworkInstanceOutput
source · #[non_exhaustive]pub struct TerminateSolNetworkInstanceOutput {
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 TerminateSolNetworkInstanceOutput
impl TerminateSolNetworkInstanceOutput
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 TerminateSolNetworkInstanceOutput
impl TerminateSolNetworkInstanceOutput
sourcepub fn builder() -> TerminateSolNetworkInstanceOutputBuilder
pub fn builder() -> TerminateSolNetworkInstanceOutputBuilder
Creates a new builder-style object to manufacture TerminateSolNetworkInstanceOutput.
Trait Implementations§
source§impl Clone for TerminateSolNetworkInstanceOutput
impl Clone for TerminateSolNetworkInstanceOutput
source§fn clone(&self) -> TerminateSolNetworkInstanceOutput
fn clone(&self) -> TerminateSolNetworkInstanceOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for TerminateSolNetworkInstanceOutput
impl PartialEq for TerminateSolNetworkInstanceOutput
source§fn eq(&self, other: &TerminateSolNetworkInstanceOutput) -> bool
fn eq(&self, other: &TerminateSolNetworkInstanceOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for TerminateSolNetworkInstanceOutput
impl RequestId for TerminateSolNetworkInstanceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.