Struct aws_sdk_tnb::operation::terminate_sol_network_instance::TerminateSolNetworkInstanceInput
source · #[non_exhaustive]pub struct TerminateSolNetworkInstanceInput {
pub ns_instance_id: Option<String>,
pub tags: Option<HashMap<String, String>>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.ns_instance_id: Option<String>ID of the network instance.
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 TerminateSolNetworkInstanceInput
impl TerminateSolNetworkInstanceInput
sourcepub fn ns_instance_id(&self) -> Option<&str>
pub fn ns_instance_id(&self) -> Option<&str>
ID of the network instance.
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 TerminateSolNetworkInstanceInput
impl TerminateSolNetworkInstanceInput
sourcepub fn builder() -> TerminateSolNetworkInstanceInputBuilder
pub fn builder() -> TerminateSolNetworkInstanceInputBuilder
Creates a new builder-style object to manufacture TerminateSolNetworkInstanceInput.
Trait Implementations§
source§impl Clone for TerminateSolNetworkInstanceInput
impl Clone for TerminateSolNetworkInstanceInput
source§fn clone(&self) -> TerminateSolNetworkInstanceInput
fn clone(&self) -> TerminateSolNetworkInstanceInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq for TerminateSolNetworkInstanceInput
impl PartialEq for TerminateSolNetworkInstanceInput
source§fn eq(&self, other: &TerminateSolNetworkInstanceInput) -> bool
fn eq(&self, other: &TerminateSolNetworkInstanceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TerminateSolNetworkInstanceInput
Auto Trait Implementations§
impl RefUnwindSafe for TerminateSolNetworkInstanceInput
impl Send for TerminateSolNetworkInstanceInput
impl Sync for TerminateSolNetworkInstanceInput
impl Unpin for TerminateSolNetworkInstanceInput
impl UnwindSafe for TerminateSolNetworkInstanceInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.