Struct aws_sdk_ssm::model::association_execution::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for AssociationExecution
Implementations
The association ID.
The association ID.
The association version.
The association version.
The execution ID for the association.
The execution ID for the association.
The status of the association execution.
Detailed status information about the execution.
Detailed status information about the execution.
The time the execution started.
The time the execution started.
The date of the last execution.
The date of the last execution.
An aggregate status of the resources in the execution based on the status type.
An aggregate status of the resources in the execution based on the status type.
Consumes the builder and constructs a AssociationExecution
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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