Struct aws_sdk_sagemakergeospatial::model::S3DataInput
source · #[non_exhaustive]pub struct S3DataInput { /* private fields */ }
Expand description
Path to Amazon S3 storage location for input data.
Implementations§
source§impl S3DataInput
impl S3DataInput
sourcepub fn metadata_provider(&self) -> Option<&MetadataProvider>
pub fn metadata_provider(&self) -> Option<&MetadataProvider>
sourcepub fn kms_key_id(&self) -> Option<&str>
pub fn kms_key_id(&self) -> Option<&str>
The Amazon Key Management Service (KMS) key ID for server-side encryption.
source§impl S3DataInput
impl S3DataInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3DataInput
.
Trait Implementations§
source§impl Clone for S3DataInput
impl Clone for S3DataInput
source§fn clone(&self) -> S3DataInput
fn clone(&self) -> S3DataInput
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 S3DataInput
impl Debug for S3DataInput
source§impl PartialEq<S3DataInput> for S3DataInput
impl PartialEq<S3DataInput> for S3DataInput
source§fn eq(&self, other: &S3DataInput) -> bool
fn eq(&self, other: &S3DataInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.