pub struct S3ReferenceDataSourceUpdate {
pub bucket_arn_update: Option<String>,
pub file_key_update: Option<String>,
}Expand description
For an SQL-based Amazon Kinesis Data Analytics application, describes the Amazon S3 bucket name and object key name for an in-application reference table.
Fields§
§bucket_arn_update: Option<String>The Amazon Resource Name (ARN) of the S3 bucket.
file_key_update: Option<String>The object key name.
Trait Implementations§
Source§impl Clone for S3ReferenceDataSourceUpdate
impl Clone for S3ReferenceDataSourceUpdate
Source§fn clone(&self) -> S3ReferenceDataSourceUpdate
fn clone(&self) -> S3ReferenceDataSourceUpdate
Returns a duplicate 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 S3ReferenceDataSourceUpdate
impl Debug for S3ReferenceDataSourceUpdate
Source§impl Default for S3ReferenceDataSourceUpdate
impl Default for S3ReferenceDataSourceUpdate
Source§fn default() -> S3ReferenceDataSourceUpdate
fn default() -> S3ReferenceDataSourceUpdate
Returns the “default value” for a type. Read more
impl StructuralPartialEq for S3ReferenceDataSourceUpdate
Auto Trait Implementations§
impl Freeze for S3ReferenceDataSourceUpdate
impl RefUnwindSafe for S3ReferenceDataSourceUpdate
impl Send for S3ReferenceDataSourceUpdate
impl Sync for S3ReferenceDataSourceUpdate
impl Unpin for S3ReferenceDataSourceUpdate
impl UnwindSafe for S3ReferenceDataSourceUpdate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more