Struct aws_sdk_ecs::output::ListTaskDefinitionsOutput
source · #[non_exhaustive]pub struct ListTaskDefinitionsOutput { /* private fields */ }Implementations§
source§impl ListTaskDefinitionsOutput
impl ListTaskDefinitionsOutput
sourcepub fn task_definition_arns(&self) -> Option<&[String]>
pub fn task_definition_arns(&self) -> Option<&[String]>
The list of task definition Amazon Resource Name (ARN) entries for the ListTaskDefinitions request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken value to include in a future ListTaskDefinitions request. When the results of a ListTaskDefinitions 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 ListTaskDefinitionsOutput
impl ListTaskDefinitionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListTaskDefinitionsOutput.
Trait Implementations§
source§impl Clone for ListTaskDefinitionsOutput
impl Clone for ListTaskDefinitionsOutput
source§fn clone(&self) -> ListTaskDefinitionsOutput
fn clone(&self) -> ListTaskDefinitionsOutput
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 ListTaskDefinitionsOutput
impl Debug for ListTaskDefinitionsOutput
source§impl PartialEq<ListTaskDefinitionsOutput> for ListTaskDefinitionsOutput
impl PartialEq<ListTaskDefinitionsOutput> for ListTaskDefinitionsOutput
source§fn eq(&self, other: &ListTaskDefinitionsOutput) -> bool
fn eq(&self, other: &ListTaskDefinitionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.