#[non_exhaustive]pub struct GetDataIntegrationOutput { /* private fields */ }
Implementations§
source§impl 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.
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
sourcepub fn file_configuration(&self) -> Option<&FileConfiguration>
pub fn file_configuration(&self) -> Option<&FileConfiguration>
The configuration for what files should be pulled from the source.
source§impl GetDataIntegrationOutput
impl GetDataIntegrationOutput
sourcepub fn builder() -> GetDataIntegrationOutputBuilder
pub fn builder() -> GetDataIntegrationOutputBuilder
Creates a new builder-style object to manufacture GetDataIntegrationOutput
.
Trait Implementations§
source§impl Clone for GetDataIntegrationOutput
impl Clone for GetDataIntegrationOutput
source§fn clone(&self) -> GetDataIntegrationOutput
fn clone(&self) -> GetDataIntegrationOutput
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 GetDataIntegrationOutput
impl Debug for GetDataIntegrationOutput
source§impl PartialEq<GetDataIntegrationOutput> for GetDataIntegrationOutput
impl PartialEq<GetDataIntegrationOutput> for GetDataIntegrationOutput
source§fn eq(&self, other: &GetDataIntegrationOutput) -> bool
fn eq(&self, other: &GetDataIntegrationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetDataIntegrationOutput
impl RequestId for GetDataIntegrationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.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§
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