Struct aws_sdk_appintegrations::output::CreateDataIntegrationOutput [−][src]
#[non_exhaustive]pub struct CreateDataIntegrationOutput {
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>>,
pub client_token: Option<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)
id: Option<String>
A unique identifier.
name: Option<String>
The name of the DataIntegration.
description: Option<String>
A description of 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.
client_token: Option<String>
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Implementations
A description of 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.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Creates a new builder-style object to manufacture CreateDataIntegrationOutput
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 CreateDataIntegrationOutput
impl Send for CreateDataIntegrationOutput
impl Sync for CreateDataIntegrationOutput
impl Unpin for CreateDataIntegrationOutput
impl UnwindSafe for CreateDataIntegrationOutput
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