Struct aws_sdk_opensearch::model::PackageSource
source · #[non_exhaustive]pub struct PackageSource { /* private fields */ }
Expand description
The Amazon 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 more