#[non_exhaustive]pub struct DescribeFastLaunchImagesInput { /* private fields */ }
Implementations§
source§impl DescribeFastLaunchImagesInput
impl DescribeFastLaunchImagesInput
sourcepub fn filters(&self) -> Option<&[Filter]>
pub fn filters(&self) -> Option<&[Filter]>
Use the following filters to streamline results.
-
resource-type
- The resource type for pre-provisioning. -
launch-template
- The launch template that is associated with the pre-provisioned Windows AMI. -
owner-id
- The owner ID for the pre-provisioning resource. -
state
- The current state of fast launching for the Windows AMI.
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.
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.
source§impl DescribeFastLaunchImagesInput
impl DescribeFastLaunchImagesInput
sourcepub fn builder() -> DescribeFastLaunchImagesInputBuilder
pub fn builder() -> DescribeFastLaunchImagesInputBuilder
Creates a new builder-style object to manufacture DescribeFastLaunchImagesInput
.
source§impl DescribeFastLaunchImagesInput
impl DescribeFastLaunchImagesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFastLaunchImages, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeFastLaunchImages, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeFastLaunchImages
>
Trait Implementations§
source§impl Clone for DescribeFastLaunchImagesInput
impl Clone for DescribeFastLaunchImagesInput
source§fn clone(&self) -> DescribeFastLaunchImagesInput
fn clone(&self) -> DescribeFastLaunchImagesInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<DescribeFastLaunchImagesInput> for DescribeFastLaunchImagesInput
impl PartialEq<DescribeFastLaunchImagesInput> for DescribeFastLaunchImagesInput
source§fn eq(&self, other: &DescribeFastLaunchImagesInput) -> bool
fn eq(&self, other: &DescribeFastLaunchImagesInput) -> bool
self
and other
values to be equal, and is used
by ==
.