#[non_exhaustive]pub struct DataIntegrationAssociationSummary {
pub data_integration_association_arn: Option<String>,
pub data_integration_arn: Option<String>,
pub client_id: Option<String>,
}
Expand description
Summary information about the DataIntegration association.
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.data_integration_association_arn: Option<String>
The Amazon Resource Name (ARN) of the DataIntegration association.
data_integration_arn: Option<String>
The Amazon Resource Name (ARN)of the DataIntegration.
client_id: Option<String>
The identifier for teh client that is associated with the DataIntegration association.
Implementations
The Amazon Resource Name (ARN) of the DataIntegration association.
The Amazon Resource Name (ARN)of the DataIntegration.
Creates a new builder-style object to manufacture DataIntegrationAssociationSummary
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 Send for DataIntegrationAssociationSummary
impl Sync for DataIntegrationAssociationSummary
impl Unpin for DataIntegrationAssociationSummary
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