#[non_exhaustive]pub struct GetDataIntegrationOutput {
pub arn: Option<String>,
pub id: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub kms_key: Option<String>,
pub source_uri: Option<String>,
pub schedule_configuration: Option<ScheduleConfiguration>,
pub tags: Option<HashMap<String, String>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.arn: Option<String>
The Amazon Resource Name (ARN) for the DataIntegration.
id: Option<String>
A unique identifier.
name: Option<String>
The name of the DataIntegration.
description: Option<String>
The KMS key for the DataIntegration.
kms_key: Option<String>
The KMS key for the DataIntegration.
source_uri: Option<String>
The URI of the data source.
schedule_configuration: Option<ScheduleConfiguration>
The name of the data and how often it should be pulled from the source.
One or more tags.
Implementations
The KMS key for the DataIntegration.
The URI of the data source.
The name of the data and how often it should be pulled from the source.
One or more tags.
Creates a new builder-style object to manufacture GetDataIntegrationOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more