#[non_exhaustive]pub struct GetDataIntegrationOutput { /* private fields */ }
Implementations
sourceimpl GetDataIntegrationOutput
impl GetDataIntegrationOutput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The KMS key for the DataIntegration.
sourcepub fn source_uri(&self) -> Option<&str>
pub fn source_uri(&self) -> Option<&str>
The URI of the data source.
sourcepub fn schedule_configuration(&self) -> Option<&ScheduleConfiguration>
pub fn schedule_configuration(&self) -> Option<&ScheduleConfiguration>
The name of the data and how often it should be pulled from the source.
One or more tags.
sourceimpl GetDataIntegrationOutput
impl GetDataIntegrationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDataIntegrationOutput
.
Trait Implementations
sourceimpl Clone for GetDataIntegrationOutput
impl Clone for GetDataIntegrationOutput
sourcefn clone(&self) -> GetDataIntegrationOutput
fn clone(&self) -> GetDataIntegrationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetDataIntegrationOutput
impl Debug for GetDataIntegrationOutput
sourceimpl PartialEq<GetDataIntegrationOutput> for GetDataIntegrationOutput
impl PartialEq<GetDataIntegrationOutput> for GetDataIntegrationOutput
sourcefn eq(&self, other: &GetDataIntegrationOutput) -> bool
fn eq(&self, other: &GetDataIntegrationOutput) -> bool
impl StructuralPartialEq for GetDataIntegrationOutput
Auto Trait Implementations
impl RefUnwindSafe for GetDataIntegrationOutput
impl Send for GetDataIntegrationOutput
impl Sync for GetDataIntegrationOutput
impl Unpin for GetDataIntegrationOutput
impl UnwindSafe for GetDataIntegrationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more