#[non_exhaustive]pub struct ListOnPremisesInstancesOutput { /* private fields */ }
Expand description
Represents the output of the list on-premises instances operation.
Implementations§
source§impl ListOnPremisesInstancesOutput
impl ListOnPremisesInstancesOutput
sourcepub fn instance_names(&self) -> Option<&[String]>
pub fn instance_names(&self) -> Option<&[String]>
The list of matching on-premises instance names.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list.
source§impl ListOnPremisesInstancesOutput
impl ListOnPremisesInstancesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListOnPremisesInstancesOutput
.
Trait Implementations§
source§impl Clone for ListOnPremisesInstancesOutput
impl Clone for ListOnPremisesInstancesOutput
source§fn clone(&self) -> ListOnPremisesInstancesOutput
fn clone(&self) -> ListOnPremisesInstancesOutput
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 PartialEq<ListOnPremisesInstancesOutput> for ListOnPremisesInstancesOutput
impl PartialEq<ListOnPremisesInstancesOutput> for ListOnPremisesInstancesOutput
source§fn eq(&self, other: &ListOnPremisesInstancesOutput) -> bool
fn eq(&self, other: &ListOnPremisesInstancesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.