#[non_exhaustive]pub struct GetSolNetworkOperationOutput {
pub id: Option<String>,
pub arn: Option<String>,
pub operation_state: Option<NsLcmOperationState>,
pub ns_instance_id: Option<String>,
pub lcm_operation_type: Option<LcmOperationType>,
pub error: Option<ProblemDetails>,
pub metadata: Option<GetSolNetworkOperationMetadata>,
pub tasks: Option<Vec<GetSolNetworkOperationTaskDetails>>,
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.id: Option<String>ID of this network operation occurrence.
arn: Option<String>Network operation ARN.
operation_state: Option<NsLcmOperationState>The state of the network operation.
ns_instance_id: Option<String>ID of the network operation instance.
lcm_operation_type: Option<LcmOperationType>Type of the operation represented by this occurrence.
error: Option<ProblemDetails>Error related to this specific network operation occurrence.
metadata: Option<GetSolNetworkOperationMetadata>Metadata of this network operation occurrence.
tasks: Option<Vec<GetSolNetworkOperationTaskDetails>>All tasks associated with this operation occurrence.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
Implementations§
source§impl GetSolNetworkOperationOutput
impl GetSolNetworkOperationOutput
sourcepub fn operation_state(&self) -> Option<&NsLcmOperationState>
pub fn operation_state(&self) -> Option<&NsLcmOperationState>
The state of the network operation.
sourcepub fn ns_instance_id(&self) -> Option<&str>
pub fn ns_instance_id(&self) -> Option<&str>
ID of the network operation instance.
sourcepub fn lcm_operation_type(&self) -> Option<&LcmOperationType>
pub fn lcm_operation_type(&self) -> Option<&LcmOperationType>
Type of the operation represented by this occurrence.
sourcepub fn error(&self) -> Option<&ProblemDetails>
pub fn error(&self) -> Option<&ProblemDetails>
Error related to this specific network operation occurrence.
sourcepub fn metadata(&self) -> Option<&GetSolNetworkOperationMetadata>
pub fn metadata(&self) -> Option<&GetSolNetworkOperationMetadata>
Metadata of this network operation occurrence.
sourcepub fn tasks(&self) -> Option<&[GetSolNetworkOperationTaskDetails]>
pub fn tasks(&self) -> Option<&[GetSolNetworkOperationTaskDetails]>
All tasks associated with this operation occurrence.
A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
source§impl GetSolNetworkOperationOutput
impl GetSolNetworkOperationOutput
sourcepub fn builder() -> GetSolNetworkOperationOutputBuilder
pub fn builder() -> GetSolNetworkOperationOutputBuilder
Creates a new builder-style object to manufacture GetSolNetworkOperationOutput.
Trait Implementations§
source§impl Clone for GetSolNetworkOperationOutput
impl Clone for GetSolNetworkOperationOutput
source§fn clone(&self) -> GetSolNetworkOperationOutput
fn clone(&self) -> GetSolNetworkOperationOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetSolNetworkOperationOutput
impl Debug for GetSolNetworkOperationOutput
source§impl PartialEq for GetSolNetworkOperationOutput
impl PartialEq for GetSolNetworkOperationOutput
source§fn eq(&self, other: &GetSolNetworkOperationOutput) -> bool
fn eq(&self, other: &GetSolNetworkOperationOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for GetSolNetworkOperationOutput
impl RequestId for GetSolNetworkOperationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.