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