Struct aws_sdk_codedeploy::input::ListOnPremisesInstancesInput [−][src]
#[non_exhaustive]pub struct ListOnPremisesInstancesInput {
pub registration_status: Option<RegistrationStatus>,
pub tag_filters: Option<Vec<TagFilter>>,
pub next_token: Option<String>,
}
Expand description
Represents the input of a ListOnPremisesInstances
operation.
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.registration_status: Option<RegistrationStatus>
The registration status of the on-premises instances:
-
Deregistered
: Include deregistered on-premises instances in the resulting list. -
Registered
: Include registered on-premises instances in the resulting list.
tag_filters: Option<Vec<TagFilter>>
The on-premises instance tags that are used to restrict the on-premises instance names returned.
next_token: Option<String>
An identifier returned from the previous list on-premises instances call. It can be used to return the next set of on-premises instances in the list.
Implementations
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOnPremisesInstances, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOnPremisesInstances, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListOnPremisesInstances
>
Creates a new builder-style object to manufacture ListOnPremisesInstancesInput
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 ListOnPremisesInstancesInput
impl Sync for ListOnPremisesInstancesInput
impl Unpin for ListOnPremisesInstancesInput
impl UnwindSafe for ListOnPremisesInstancesInput
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