Class: Aws::QuickSight::Types::DatasetMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DatasetMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A structure that represents a dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#calculated_fields ⇒ Array<Types::TopicCalculatedField>
The list of calculated field definitions.
-
#columns ⇒ Array<Types::TopicColumn>
The list of column definitions.
-
#data_aggregation ⇒ Types::DataAggregation
The definition of a data aggregation.
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset.
-
#dataset_description ⇒ String
The description of the dataset.
-
#dataset_name ⇒ String
The name of the dataset.
-
#filters ⇒ Array<Types::TopicFilter>
The list of filter definitions.
-
#named_entities ⇒ Array<Types::TopicNamedEntity>
The list of named entities definitions.
Instance Attribute Details
#calculated_fields ⇒ Array<Types::TopicCalculatedField>
The list of calculated field definitions.
9583 9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9583 class DatasetMetadata < Struct.new( :dataset_arn, :dataset_name, :dataset_description, :data_aggregation, :filters, :columns, :calculated_fields, :named_entities) SENSITIVE = [] include Aws::Structure end |
#columns ⇒ Array<Types::TopicColumn>
The list of column definitions.
9583 9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9583 class DatasetMetadata < Struct.new( :dataset_arn, :dataset_name, :dataset_description, :data_aggregation, :filters, :columns, :calculated_fields, :named_entities) SENSITIVE = [] include Aws::Structure end |
#data_aggregation ⇒ Types::DataAggregation
The definition of a data aggregation.
9583 9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9583 class DatasetMetadata < Struct.new( :dataset_arn, :dataset_name, :dataset_description, :data_aggregation, :filters, :columns, :calculated_fields, :named_entities) SENSITIVE = [] include Aws::Structure end |
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset.
9583 9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9583 class DatasetMetadata < Struct.new( :dataset_arn, :dataset_name, :dataset_description, :data_aggregation, :filters, :columns, :calculated_fields, :named_entities) SENSITIVE = [] include Aws::Structure end |
#dataset_description ⇒ String
The description of the dataset.
9583 9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9583 class DatasetMetadata < Struct.new( :dataset_arn, :dataset_name, :dataset_description, :data_aggregation, :filters, :columns, :calculated_fields, :named_entities) SENSITIVE = [] include Aws::Structure end |
#dataset_name ⇒ String
The name of the dataset.
9583 9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9583 class DatasetMetadata < Struct.new( :dataset_arn, :dataset_name, :dataset_description, :data_aggregation, :filters, :columns, :calculated_fields, :named_entities) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::TopicFilter>
The list of filter definitions.
9583 9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9583 class DatasetMetadata < Struct.new( :dataset_arn, :dataset_name, :dataset_description, :data_aggregation, :filters, :columns, :calculated_fields, :named_entities) SENSITIVE = [] include Aws::Structure end |
#named_entities ⇒ Array<Types::TopicNamedEntity>
The list of named entities definitions.
9583 9584 9585 9586 9587 9588 9589 9590 9591 9592 9593 9594 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9583 class DatasetMetadata < Struct.new( :dataset_arn, :dataset_name, :dataset_description, :data_aggregation, :filters, :columns, :calculated_fields, :named_entities) SENSITIVE = [] include Aws::Structure end |