#[non_exhaustive]pub struct ListAppImageConfigsOutput { /* private fields */ }
Implementations§
source§impl ListAppImageConfigsOutput
impl ListAppImageConfigsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token for getting the next set of AppImageConfigs, if there are any.
sourcepub fn app_image_configs(&self) -> Option<&[AppImageConfigDetails]>
pub fn app_image_configs(&self) -> Option<&[AppImageConfigDetails]>
A list of AppImageConfigs and their properties.
source§impl ListAppImageConfigsOutput
impl ListAppImageConfigsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAppImageConfigsOutput
.
Trait Implementations§
source§impl Clone for ListAppImageConfigsOutput
impl Clone for ListAppImageConfigsOutput
source§fn clone(&self) -> ListAppImageConfigsOutput
fn clone(&self) -> ListAppImageConfigsOutput
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 ListAppImageConfigsOutput
impl Debug for ListAppImageConfigsOutput
source§impl PartialEq<ListAppImageConfigsOutput> for ListAppImageConfigsOutput
impl PartialEq<ListAppImageConfigsOutput> for ListAppImageConfigsOutput
source§fn eq(&self, other: &ListAppImageConfigsOutput) -> bool
fn eq(&self, other: &ListAppImageConfigsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.