#[non_exhaustive]
pub struct Builder { /* private fields */ }
Expand description

Implementations

Information about the commands to run.

Information about the commands to run.

Configuration options for sending command output to Amazon CloudWatch Logs.

Configuration options for sending command output to Amazon CloudWatch Logs.

The SHA-256 or SHA-1 hash created by the system when the document was created. SHA-1 hashes have been deprecated.

The SHA-256 or SHA-1 hash created by the system when the document was created. SHA-1 hashes have been deprecated.

SHA-256 or SHA-1. SHA-1 hashes have been deprecated.

SHA-256 or SHA-1. SHA-1 hashes have been deprecated.

The Amazon Web Services Systems Manager document (SSM document) version to use in the request. You can specify $DEFAULT, $LATEST, or a specific version number. If you run commands by using the Amazon Web Services CLI, then you must escape the first two options by using a backslash. If you specify a version number, then you don't need to use the backslash. For example:

--document-version "\$DEFAULT"

--document-version "\$LATEST"

--document-version "3"

The Amazon Web Services Systems Manager document (SSM document) version to use in the request. You can specify $DEFAULT, $LATEST, or a specific version number. If you run commands by using the Amazon Web Services CLI, then you must escape the first two options by using a backslash. If you specify a version number, then you don't need to use the backslash. For example:

--document-version "\$DEFAULT"

--document-version "\$LATEST"

--document-version "3"

Configurations for sending notifications about command status changes on a per-managed node basis.

Configurations for sending notifications about command status changes on a per-managed node basis.

The name of the Amazon Simple Storage Service (Amazon S3) bucket.

The name of the Amazon Simple Storage Service (Amazon S3) bucket.

The S3 bucket subfolder.

The S3 bucket subfolder.

Adds a key-value pair to parameters.

To override the contents of this collection use set_parameters.

The parameters for the RUN_COMMAND task execution.

The parameters for the RUN_COMMAND task execution.

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for maintenance window Run Command tasks.

If this time is reached and the command hasn't already started running, it doesn't run.

If this time is reached and the command hasn't already started running, it doesn't run.

Consumes the builder and constructs a MaintenanceWindowRunCommandParameters

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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