Struct aws_sdk_ssm::model::InstanceAssociationStatusInfo
source · [−]#[non_exhaustive]pub struct InstanceAssociationStatusInfo {
pub association_id: Option<String>,
pub name: Option<String>,
pub document_version: Option<String>,
pub association_version: Option<String>,
pub instance_id: Option<String>,
pub execution_date: Option<DateTime>,
pub status: Option<String>,
pub detailed_status: Option<String>,
pub execution_summary: Option<String>,
pub error_code: Option<String>,
pub output_url: Option<InstanceAssociationOutputUrl>,
pub association_name: Option<String>,
}
Expand description
Status information about the association.
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.association_id: Option<String>
The association ID.
name: Option<String>
The name of the association.
document_version: Option<String>
The association document versions.
association_version: Option<String>
The version of the association applied to the managed node.
instance_id: Option<String>
The managed node ID where the association was created.
execution_date: Option<DateTime>
The date the association ran.
status: Option<String>
Status information about the association.
detailed_status: Option<String>
Detailed status information about the association.
execution_summary: Option<String>
Summary information about association execution.
error_code: Option<String>
An error code returned by the request to create the association.
output_url: Option<InstanceAssociationOutputUrl>
A URL for an S3 bucket where you want to store the results of this request.
association_name: Option<String>
The name of the association applied to the managed node.
Implementations
The association ID.
The association document versions.
The version of the association applied to the managed node.
The managed node ID where the association was created.
The date the association ran.
Detailed status information about the association.
Summary information about association execution.
An error code returned by the request to create the association.
A URL for an S3 bucket where you want to store the results of this request.
The name of the association applied to the managed node.
Creates a new builder-style object to manufacture InstanceAssociationStatusInfo
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 Send for InstanceAssociationStatusInfo
impl Sync for InstanceAssociationStatusInfo
impl Unpin for InstanceAssociationStatusInfo
impl UnwindSafe for InstanceAssociationStatusInfo
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