pub struct LogicalTableSource {
pub join_instruction: Option<Value<JoinInstruction>>,
pub physical_table_id: Option<Value<String>>,
}Expand description
The AWS::QuickSight::DataSet.LogicalTableSource property type.
Fields§
§join_instruction: Option<Value<JoinInstruction>>Property JoinInstruction.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
physical_table_id: Option<Value<String>>Property PhysicalTableId.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for LogicalTableSource
impl Debug for LogicalTableSource
Source§impl Default for LogicalTableSource
impl Default for LogicalTableSource
Source§fn default() -> LogicalTableSource
fn default() -> LogicalTableSource
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LogicalTableSource
impl RefUnwindSafe for LogicalTableSource
impl Send for LogicalTableSource
impl Sync for LogicalTableSource
impl Unpin for LogicalTableSource
impl UnwindSafe for LogicalTableSource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more