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:



9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
# File 'lib/aws-sdk-quicksight/types.rb', line 9037

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:



9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
# File 'lib/aws-sdk-quicksight/types.rb', line 9037

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.



9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
# File 'lib/aws-sdk-quicksight/types.rb', line 9037

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)


9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
# File 'lib/aws-sdk-quicksight/types.rb', line 9037

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)


9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
# File 'lib/aws-sdk-quicksight/types.rb', line 9037

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)


9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
# File 'lib/aws-sdk-quicksight/types.rb', line 9037

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:



9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
# File 'lib/aws-sdk-quicksight/types.rb', line 9037

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:



9037
9038
9039
9040
9041
9042
9043
9044
9045
9046
9047
9048
# File 'lib/aws-sdk-quicksight/types.rb', line 9037

class DatasetMetadata < Struct.new(
  :dataset_arn,
  :dataset_name,
  :dataset_description,
  :data_aggregation,
  :filters,
  :columns,
  :calculated_fields,
  :named_entities)
  SENSITIVE = []
  include Aws::Structure
end