#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteApplicationVersionInput
Implementations
The name of the application to which the version belongs.
The name of the application to which the version belongs.
The label of the version to delete.
The label of the version to delete.
Set to true
to delete the source bundle from your storage bucket. Otherwise, the application version is deleted only from Elastic Beanstalk and the source bundle remains in Amazon S3.
Set to true
to delete the source bundle from your storage bucket. Otherwise, the application version is deleted only from Elastic Beanstalk and the source bundle remains in Amazon S3.
Consumes the builder and constructs a DeleteApplicationVersionInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more