Struct aws_sdk_cloud9::output::ListEnvironmentsOutput
source · #[non_exhaustive]pub struct ListEnvironmentsOutput { /* private fields */ }
Implementations§
source§impl ListEnvironmentsOutput
impl ListEnvironmentsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call.
sourcepub fn environment_ids(&self) -> Option<&[String]>
pub fn environment_ids(&self) -> Option<&[String]>
The list of environment identifiers.
source§impl ListEnvironmentsOutput
impl ListEnvironmentsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEnvironmentsOutput
.
Trait Implementations§
source§impl Clone for ListEnvironmentsOutput
impl Clone for ListEnvironmentsOutput
source§fn clone(&self) -> ListEnvironmentsOutput
fn clone(&self) -> ListEnvironmentsOutput
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 ListEnvironmentsOutput
impl Debug for ListEnvironmentsOutput
source§impl PartialEq<ListEnvironmentsOutput> for ListEnvironmentsOutput
impl PartialEq<ListEnvironmentsOutput> for ListEnvironmentsOutput
source§fn eq(&self, other: &ListEnvironmentsOutput) -> bool
fn eq(&self, other: &ListEnvironmentsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.