Struct aws_sdk_quicksight::model::data_set_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DataSetSummary
Implementations
The Amazon Resource Name (ARN) of the dataset.
The Amazon Resource Name (ARN) of the dataset.
The ID of the dataset.
The ID of the dataset.
The time that this dataset was created.
The time that this dataset was created.
The last time that this dataset was updated.
The last time that this dataset was updated.
A value that indicates whether you want to import the data into SPICE.
A value that indicates whether you want to import the data into SPICE.
The row-level security configuration for the dataset.
pub fn set_row_level_permission_data_set(
self,
input: Option<RowLevelPermissionDataSet>
) -> Self
pub fn set_row_level_permission_data_set(
self,
input: Option<RowLevelPermissionDataSet>
) -> Self
The row-level security configuration for the dataset.
Whether or not the row level permission tags are applied.
Whether or not the row level permission tags are applied.
A value that indicates if the dataset has column level permission configured.
A value that indicates if the dataset has column level permission configured.
Consumes the builder and constructs a DataSetSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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