Class: Aws::QuickSight::Types::DatasetMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#calculated_fieldsArray<Types::TopicCalculatedField>

The list of calculated field definitions.

Returns:



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

#columnsArray<Types::TopicColumn>

The list of column definitions.

Returns:



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_aggregationTypes::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_arnString

The Amazon Resource Name (ARN) of the dataset.

Returns:

  • (String)


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_descriptionString

The description of the dataset.

Returns:

  • (String)


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_nameString

The name of the dataset.

Returns:

  • (String)


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

#filtersArray<Types::TopicFilter>

The list of filter definitions.

Returns:



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_entitiesArray<Types::TopicNamedEntity>

The list of named entities definitions.

Returns:



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