Struct aws_sdk_ecs::output::ListAttributesOutput
source · #[non_exhaustive]pub struct ListAttributesOutput { /* private fields */ }Implementations§
source§impl ListAttributesOutput
impl ListAttributesOutput
sourcepub fn attributes(&self) -> Option<&[Attribute]>
pub fn attributes(&self) -> Option<&[Attribute]>
A list of attribute objects that meet the criteria of the request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken value to include in a future ListAttributes request. When the results of a ListAttributes request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
source§impl ListAttributesOutput
impl ListAttributesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAttributesOutput.
Trait Implementations§
source§impl Clone for ListAttributesOutput
impl Clone for ListAttributesOutput
source§fn clone(&self) -> ListAttributesOutput
fn clone(&self) -> ListAttributesOutput
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 ListAttributesOutput
impl Debug for ListAttributesOutput
source§impl PartialEq<ListAttributesOutput> for ListAttributesOutput
impl PartialEq<ListAttributesOutput> for ListAttributesOutput
source§fn eq(&self, other: &ListAttributesOutput) -> bool
fn eq(&self, other: &ListAttributesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.