pub struct DataSetReference {
pub data_set_arn: Value<String>,
pub data_set_placeholder: Value<String>,
}
Expand description
The AWS::QuickSight::Dashboard.DataSetReference
property type.
Fields§
§data_set_arn: Value<String>
Property DataSetArn
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
data_set_placeholder: Value<String>
Property DataSetPlaceholder
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for DataSetReference
impl Debug for DataSetReference
Source§impl Default for DataSetReference
impl Default for DataSetReference
Source§fn default() -> DataSetReference
fn default() -> DataSetReference
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DataSetReference
impl RefUnwindSafe for DataSetReference
impl Send for DataSetReference
impl Sync for DataSetReference
impl Unpin for DataSetReference
impl UnwindSafe for DataSetReference
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