Class: Aws::QuickSight::Types::DataSetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataSetSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Dataset summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the dataset.
-
#column_level_permission_rules_applied ⇒ Boolean
A value that indicates if the dataset has column level permission configured.
-
#created_time ⇒ Time
The time that this dataset was created.
-
#data_set_id ⇒ String
The ID of the dataset.
-
#import_mode ⇒ String
A value that indicates whether you want to import the data into SPICE.
-
#last_updated_time ⇒ Time
The last time that this dataset was updated.
-
#name ⇒ String
A display name for the dataset.
-
#row_level_permission_data_set ⇒ Types::RowLevelPermissionDataSet
The row-level security configuration for the dataset.
-
#row_level_permission_tag_configuration_applied ⇒ Boolean
Whether or not the row level permission tags are applied.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the dataset.
9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9135 class DataSetSummary < Struct.new( :arn, :data_set_id, :name, :created_time, :last_updated_time, :import_mode, :row_level_permission_data_set, :row_level_permission_tag_configuration_applied, :column_level_permission_rules_applied) SENSITIVE = [] include Aws::Structure end |
#column_level_permission_rules_applied ⇒ Boolean
A value that indicates if the dataset has column level permission configured.
9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9135 class DataSetSummary < Struct.new( :arn, :data_set_id, :name, :created_time, :last_updated_time, :import_mode, :row_level_permission_data_set, :row_level_permission_tag_configuration_applied, :column_level_permission_rules_applied) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time that this dataset was created.
9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9135 class DataSetSummary < Struct.new( :arn, :data_set_id, :name, :created_time, :last_updated_time, :import_mode, :row_level_permission_data_set, :row_level_permission_tag_configuration_applied, :column_level_permission_rules_applied) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The ID of the dataset.
9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9135 class DataSetSummary < Struct.new( :arn, :data_set_id, :name, :created_time, :last_updated_time, :import_mode, :row_level_permission_data_set, :row_level_permission_tag_configuration_applied, :column_level_permission_rules_applied) SENSITIVE = [] include Aws::Structure end |
#import_mode ⇒ String
A value that indicates whether you want to import the data into SPICE.
9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9135 class DataSetSummary < Struct.new( :arn, :data_set_id, :name, :created_time, :last_updated_time, :import_mode, :row_level_permission_data_set, :row_level_permission_tag_configuration_applied, :column_level_permission_rules_applied) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
The last time that this dataset was updated.
9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9135 class DataSetSummary < Struct.new( :arn, :data_set_id, :name, :created_time, :last_updated_time, :import_mode, :row_level_permission_data_set, :row_level_permission_tag_configuration_applied, :column_level_permission_rules_applied) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A display name for the dataset.
9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9135 class DataSetSummary < Struct.new( :arn, :data_set_id, :name, :created_time, :last_updated_time, :import_mode, :row_level_permission_data_set, :row_level_permission_tag_configuration_applied, :column_level_permission_rules_applied) SENSITIVE = [] include Aws::Structure end |
#row_level_permission_data_set ⇒ Types::RowLevelPermissionDataSet
The row-level security configuration for the dataset.
9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9135 class DataSetSummary < Struct.new( :arn, :data_set_id, :name, :created_time, :last_updated_time, :import_mode, :row_level_permission_data_set, :row_level_permission_tag_configuration_applied, :column_level_permission_rules_applied) SENSITIVE = [] include Aws::Structure end |
#row_level_permission_tag_configuration_applied ⇒ Boolean
Whether or not the row level permission tags are applied.
9135 9136 9137 9138 9139 9140 9141 9142 9143 9144 9145 9146 9147 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9135 class DataSetSummary < Struct.new( :arn, :data_set_id, :name, :created_time, :last_updated_time, :import_mode, :row_level_permission_data_set, :row_level_permission_tag_configuration_applied, :column_level_permission_rules_applied) SENSITIVE = [] include Aws::Structure end |