Struct aws_sdk_redshift::model::DataShareAssociation [−][src]
#[non_exhaustive]pub struct DataShareAssociation {
pub consumer_identifier: Option<String>,
pub status: Option<DataShareStatus>,
pub created_date: Option<DateTime>,
pub status_change_date: Option<DateTime>,
}
Expand description
The association of a datashare from a producer account with a data consumer.
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.consumer_identifier: Option<String>
The name of the consumer accounts that have an association with a producer datashare.
status: Option<DataShareStatus>
The status of the datashare that is associated.
created_date: Option<DateTime>
The creation date of the datashare that is associated.
status_change_date: Option<DateTime>
The status change data of the datashare that is associated.
Implementations
The name of the consumer accounts that have an association with a producer datashare.
The status of the datashare that is associated.
The creation date of the datashare that is associated.
The status change data of the datashare that is associated.
Creates a new builder-style object to manufacture DataShareAssociation
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 DataShareAssociation
impl Send for DataShareAssociation
impl Sync for DataShareAssociation
impl Unpin for DataShareAssociation
impl UnwindSafe for DataShareAssociation
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