#[non_exhaustive]pub struct ListInstancesOutput { /* private fields */ }Implementations§
source§impl ListInstancesOutput
impl ListInstancesOutput
sourcepub fn instances(&self) -> Option<&[InstanceMetadata]>
pub fn instances(&self) -> Option<&[InstanceMetadata]>
Lists the IAM Identity Center instances that the caller has access to.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
source§impl ListInstancesOutput
impl ListInstancesOutput
sourcepub fn builder() -> ListInstancesOutputBuilder
pub fn builder() -> ListInstancesOutputBuilder
Creates a new builder-style object to manufacture ListInstancesOutput.
Trait Implementations§
source§impl Clone for ListInstancesOutput
impl Clone for ListInstancesOutput
source§fn clone(&self) -> ListInstancesOutput
fn clone(&self) -> ListInstancesOutput
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 ListInstancesOutput
impl Debug for ListInstancesOutput
source§impl PartialEq<ListInstancesOutput> for ListInstancesOutput
impl PartialEq<ListInstancesOutput> for ListInstancesOutput
source§fn eq(&self, other: &ListInstancesOutput) -> bool
fn eq(&self, other: &ListInstancesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListInstancesOutput
impl RequestId for ListInstancesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.