#[non_exhaustive]pub struct ListOnPremisesInstancesInput { /* private fields */ }
Expand description
Represents the input of a ListOnPremisesInstances
operation.
Implementations§
source§impl ListOnPremisesInstancesInput
impl ListOnPremisesInstancesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOnPremisesInstances, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOnPremisesInstances, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListOnPremisesInstances
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListOnPremisesInstancesInput
.
source§impl ListOnPremisesInstancesInput
impl ListOnPremisesInstancesInput
sourcepub fn registration_status(&self) -> Option<&RegistrationStatus>
pub fn registration_status(&self) -> 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.
sourcepub fn tag_filters(&self) -> Option<&[TagFilter]>
pub fn tag_filters(&self) -> Option<&[TagFilter]>
The on-premises instance tags that are used to restrict the on-premises instance names returned.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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.
Trait Implementations§
source§impl Clone for ListOnPremisesInstancesInput
impl Clone for ListOnPremisesInstancesInput
source§fn clone(&self) -> ListOnPremisesInstancesInput
fn clone(&self) -> ListOnPremisesInstancesInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListOnPremisesInstancesInput
impl Debug for ListOnPremisesInstancesInput
source§impl PartialEq<ListOnPremisesInstancesInput> for ListOnPremisesInstancesInput
impl PartialEq<ListOnPremisesInstancesInput> for ListOnPremisesInstancesInput
source§fn eq(&self, other: &ListOnPremisesInstancesInput) -> bool
fn eq(&self, other: &ListOnPremisesInstancesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.