Struct aws_sdk_ssm::input::list_commands_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ListCommandsInput
Implementations
(Optional) If provided, lists only the specified command.
(Optional) If provided, lists only the specified command.
(Optional) Lists commands issued against this managed node ID.
You can't specify a managed node ID in the same command that you specify Status
= Pending
. This is because the command hasn't reached the managed node yet.
(Optional) Lists commands issued against this managed node ID.
You can't specify a managed node ID in the same command that you specify Status
= Pending
. This is because the command hasn't reached the managed node yet.
(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
Appends an item to filters
.
To override the contents of this collection use set_filters
.
(Optional) One or more filters. Use a filter to return a more specific list of results.
(Optional) One or more filters. Use a filter to return a more specific list of results.
Consumes the builder and constructs a ListCommandsInput
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