Struct aws_sdk_elasticsearch::input::DeletePackageInput
source · #[non_exhaustive]pub struct DeletePackageInput { /* private fields */ }
Expand description
Container for request parameters to
operation. DeletePackage
Implementations§
source§impl DeletePackageInput
impl DeletePackageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePackage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePackage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeletePackage
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePackageInput
.
source§impl DeletePackageInput
impl DeletePackageInput
sourcepub fn package_id(&self) -> Option<&str>
pub fn package_id(&self) -> Option<&str>
Internal ID of the package that you want to delete. Use DescribePackages
to find this value.
Trait Implementations§
source§impl Clone for DeletePackageInput
impl Clone for DeletePackageInput
source§fn clone(&self) -> DeletePackageInput
fn clone(&self) -> DeletePackageInput
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 Debug for DeletePackageInput
impl Debug for DeletePackageInput
source§impl PartialEq<DeletePackageInput> for DeletePackageInput
impl PartialEq<DeletePackageInput> for DeletePackageInput
source§fn eq(&self, other: &DeletePackageInput) -> bool
fn eq(&self, other: &DeletePackageInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.