Struct aws_sdk_ec2::input::DescribeFastLaunchImagesInput
source · [−]#[non_exhaustive]pub struct DescribeFastLaunchImagesInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DescribeFastLaunchImagesInput
impl Clone for DescribeFastLaunchImagesInput
sourcefn clone(&self) -> DescribeFastLaunchImagesInput
fn clone(&self) -> DescribeFastLaunchImagesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DescribeFastLaunchImagesInput
impl Debug for DescribeFastLaunchImagesInput
sourceimpl PartialEq<DescribeFastLaunchImagesInput> for DescribeFastLaunchImagesInput
impl PartialEq<DescribeFastLaunchImagesInput> for DescribeFastLaunchImagesInput
sourcefn eq(&self, other: &DescribeFastLaunchImagesInput) -> bool
fn eq(&self, other: &DescribeFastLaunchImagesInput) -> bool
impl StructuralPartialEq for DescribeFastLaunchImagesInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeFastLaunchImagesInput
impl Send for DescribeFastLaunchImagesInput
impl Sync for DescribeFastLaunchImagesInput
impl Unpin for DescribeFastLaunchImagesInput
impl UnwindSafe for DescribeFastLaunchImagesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more