Class: Aws::QuickSight::Types::DataSetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataSetSummary
- Defined in:
- gems/aws-sdk-quicksight/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.
8666 8667 8668 8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8666 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.
8666 8667 8668 8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8666 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.
8666 8667 8668 8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8666 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.
8666 8667 8668 8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8666 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.
8666 8667 8668 8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8666 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.
8666 8667 8668 8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8666 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.
8666 8667 8668 8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8666 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.
8666 8667 8668 8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8666 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.
8666 8667 8668 8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8666 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 |