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