#[non_exhaustive]pub struct ListImagesInRecycleBinInput { /* private fields */ }Implementations§
source§impl ListImagesInRecycleBinInput
impl ListImagesInRecycleBinInput
sourcepub fn image_ids(&self) -> Option<&[String]>
pub fn image_ids(&self) -> Option<&[String]>
The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin. You can specify up to 20 IDs in a single request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
source§impl ListImagesInRecycleBinInput
impl ListImagesInRecycleBinInput
sourcepub fn builder() -> ListImagesInRecycleBinInputBuilder
pub fn builder() -> ListImagesInRecycleBinInputBuilder
Creates a new builder-style object to manufacture ListImagesInRecycleBinInput.
source§impl ListImagesInRecycleBinInput
impl ListImagesInRecycleBinInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListImagesInRecycleBin, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListImagesInRecycleBin, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListImagesInRecycleBin>
Trait Implementations§
source§impl Clone for ListImagesInRecycleBinInput
impl Clone for ListImagesInRecycleBinInput
source§fn clone(&self) -> ListImagesInRecycleBinInput
fn clone(&self) -> ListImagesInRecycleBinInput
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 ListImagesInRecycleBinInput
impl Debug for ListImagesInRecycleBinInput
source§impl PartialEq<ListImagesInRecycleBinInput> for ListImagesInRecycleBinInput
impl PartialEq<ListImagesInRecycleBinInput> for ListImagesInRecycleBinInput
source§fn eq(&self, other: &ListImagesInRecycleBinInput) -> bool
fn eq(&self, other: &ListImagesInRecycleBinInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.