#[non_exhaustive]pub struct DescribeImageBuildersOutput { /* private fields */ }
Implementations§
source§impl DescribeImageBuildersOutput
impl DescribeImageBuildersOutput
sourcepub fn image_builders(&self) -> Option<&[ImageBuilder]>
pub fn image_builders(&self) -> Option<&[ImageBuilder]>
Information about the image builders.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
source§impl DescribeImageBuildersOutput
impl DescribeImageBuildersOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeImageBuildersOutput
.
Trait Implementations§
source§impl Clone for DescribeImageBuildersOutput
impl Clone for DescribeImageBuildersOutput
source§fn clone(&self) -> DescribeImageBuildersOutput
fn clone(&self) -> DescribeImageBuildersOutput
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 more