Struct aws_sdk_ec2::input::BundleInstanceInput
source · [−]#[non_exhaustive]pub struct BundleInstanceInput { /* private fields */ }
Expand description
Contains the parameters for BundleInstance.
Implementations
sourceimpl BundleInstanceInput
impl BundleInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BundleInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BundleInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BundleInstance
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BundleInstanceInput
.
sourceimpl BundleInstanceInput
impl BundleInstanceInput
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The ID of the instance to bundle.
Type: String
Default: None
Required: Yes
Trait Implementations
sourceimpl Clone for BundleInstanceInput
impl Clone for BundleInstanceInput
sourcefn clone(&self) -> BundleInstanceInput
fn clone(&self) -> BundleInstanceInput
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 BundleInstanceInput
impl Debug for BundleInstanceInput
sourceimpl PartialEq<BundleInstanceInput> for BundleInstanceInput
impl PartialEq<BundleInstanceInput> for BundleInstanceInput
sourcefn eq(&self, other: &BundleInstanceInput) -> bool
fn eq(&self, other: &BundleInstanceInput) -> bool
impl StructuralPartialEq for BundleInstanceInput
Auto Trait Implementations
impl RefUnwindSafe for BundleInstanceInput
impl Send for BundleInstanceInput
impl Sync for BundleInstanceInput
impl Unpin for BundleInstanceInput
impl UnwindSafe for BundleInstanceInput
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