Struct aws_sdk_elasticsearch::model::PackageSource
source · #[non_exhaustive]pub struct PackageSource { /* private fields */ }
Expand description
The S3 location for importing the package specified as S3BucketName
and S3Key
Implementations§
source§impl PackageSource
impl PackageSource
source§impl PackageSource
impl PackageSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PackageSource
.
Trait Implementations§
source§impl Clone for PackageSource
impl Clone for PackageSource
source§fn clone(&self) -> PackageSource
fn clone(&self) -> PackageSource
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 PackageSource
impl Debug for PackageSource
source§impl PartialEq<PackageSource> for PackageSource
impl PartialEq<PackageSource> for PackageSource
source§fn eq(&self, other: &PackageSource) -> bool
fn eq(&self, other: &PackageSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.