#[non_exhaustive]pub struct ListContainerInstancesOutput {
pub container_instance_arns: Option<Vec<String>>,
pub next_token: Option<String>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.container_instance_arns: Option<Vec<String>>
The list of container instances with full ARN entries for each container instance associated with the specified cluster.
next_token: Option<String>
The nextToken
value to include in a future ListContainerInstances
request. When the results of a ListContainerInstances
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.
Implementations§
source§impl ListContainerInstancesOutput
impl ListContainerInstancesOutput
sourcepub fn container_instance_arns(&self) -> Option<&[String]>
pub fn container_instance_arns(&self) -> Option<&[String]>
The list of container instances with full ARN entries for each container instance associated with the specified cluster.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken
value to include in a future ListContainerInstances
request. When the results of a ListContainerInstances
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 ListContainerInstancesOutput
impl ListContainerInstancesOutput
sourcepub fn builder() -> ListContainerInstancesOutputBuilder
pub fn builder() -> ListContainerInstancesOutputBuilder
Creates a new builder-style object to manufacture ListContainerInstancesOutput
.
Trait Implementations§
source§impl Clone for ListContainerInstancesOutput
impl Clone for ListContainerInstancesOutput
source§fn clone(&self) -> ListContainerInstancesOutput
fn clone(&self) -> ListContainerInstancesOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListContainerInstancesOutput
impl Debug for ListContainerInstancesOutput
source§impl PartialEq<ListContainerInstancesOutput> for ListContainerInstancesOutput
impl PartialEq<ListContainerInstancesOutput> for ListContainerInstancesOutput
source§fn eq(&self, other: &ListContainerInstancesOutput) -> bool
fn eq(&self, other: &ListContainerInstancesOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListContainerInstancesOutput
impl RequestId for ListContainerInstancesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.