Struct aws_sdk_elasticsearch::output::DeletePackageOutput
source · #[non_exhaustive]pub struct DeletePackageOutput { /* private fields */ }
Expand description
Container for response parameters to
operation. DeletePackage
Implementations§
source§impl DeletePackageOutput
impl DeletePackageOutput
sourcepub fn package_details(&self) -> Option<&PackageDetails>
pub fn package_details(&self) -> Option<&PackageDetails>
PackageDetails
source§impl DeletePackageOutput
impl DeletePackageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePackageOutput
.
Trait Implementations§
source§impl Clone for DeletePackageOutput
impl Clone for DeletePackageOutput
source§fn clone(&self) -> DeletePackageOutput
fn clone(&self) -> DeletePackageOutput
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 DeletePackageOutput
impl Debug for DeletePackageOutput
source§impl PartialEq<DeletePackageOutput> for DeletePackageOutput
impl PartialEq<DeletePackageOutput> for DeletePackageOutput
source§fn eq(&self, other: &DeletePackageOutput) -> bool
fn eq(&self, other: &DeletePackageOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.