Struct aws_sdk_opensearch::output::CreatePackageOutput
source · #[non_exhaustive]pub struct CreatePackageOutput { /* private fields */ }
Expand description
Container for the response returned by the
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.
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 more