Struct aws_sdk_quicksight::model::LogicalTableSource [−][src]
#[non_exhaustive]pub struct LogicalTableSource {
pub join_instruction: Option<JoinInstruction>,
pub physical_table_id: Option<String>,
pub data_set_arn: Option<String>,
}
Expand description
Information about the source of a logical table. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
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.join_instruction: Option<JoinInstruction>
Specifies the result of a join of two logical tables.
physical_table_id: Option<String>
Physical table ID.
data_set_arn: Option<String>
The Amazon Resource Number (ARN) of the parent dataset.
Implementations
Specifies the result of a join of two logical tables.
Physical table ID.
The Amazon Resource Number (ARN) of the parent dataset.
Creates a new builder-style object to manufacture LogicalTableSource
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 LogicalTableSource
impl Send for LogicalTableSource
impl Sync for LogicalTableSource
impl Unpin for LogicalTableSource
impl UnwindSafe for LogicalTableSource
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