Struct aws_sdk_ec2::input::DescribeFastLaunchImagesInput
source · #[non_exhaustive]pub struct DescribeFastLaunchImagesInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFastLaunchImagesInput
.
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 results to return in a single call. To retrieve the remaining results, make another request with the returned NextToken value. If this parameter is not specified, then all results are returned.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results.
Trait Implementations§
source§impl Clone for DescribeFastLaunchImagesInput
impl Clone for DescribeFastLaunchImagesInput
source§fn clone(&self) -> DescribeFastLaunchImagesInput
fn clone(&self) -> DescribeFastLaunchImagesInput
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 PartialEq<DescribeFastLaunchImagesInput> for DescribeFastLaunchImagesInput
impl PartialEq<DescribeFastLaunchImagesInput> for DescribeFastLaunchImagesInput
source§fn eq(&self, other: &DescribeFastLaunchImagesInput) -> bool
fn eq(&self, other: &DescribeFastLaunchImagesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.