#[non_exhaustive]pub struct ListOnPremisesInstancesInput { /* private fields */ }
Expand description
Represents the input of a ListOnPremisesInstances
operation.
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for ListOnPremisesInstancesInput
impl Clone for ListOnPremisesInstancesInput
sourcefn clone(&self) -> ListOnPremisesInstancesInput
fn clone(&self) -> ListOnPremisesInstancesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListOnPremisesInstancesInput
impl Debug for ListOnPremisesInstancesInput
sourceimpl PartialEq<ListOnPremisesInstancesInput> for ListOnPremisesInstancesInput
impl PartialEq<ListOnPremisesInstancesInput> for ListOnPremisesInstancesInput
sourcefn eq(&self, other: &ListOnPremisesInstancesInput) -> bool
fn eq(&self, other: &ListOnPremisesInstancesInput) -> bool
impl StructuralPartialEq for ListOnPremisesInstancesInput
Auto Trait Implementations
impl RefUnwindSafe for ListOnPremisesInstancesInput
impl Send for ListOnPremisesInstancesInput
impl Sync for ListOnPremisesInstancesInput
impl Unpin for ListOnPremisesInstancesInput
impl UnwindSafe for ListOnPremisesInstancesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more