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:



13690
13691
13692
13693
13694
13695
13696
13697
13698
13699
13700
13701
# File 'lib/aws-sdk-quicksight/types.rb', line 13690

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:



13690
13691
13692
13693
13694
13695
13696
13697
13698
13699
13700
13701
# File 'lib/aws-sdk-quicksight/types.rb', line 13690

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.



13690
13691
13692
13693
13694
13695
13696
13697
13698
13699
13700
13701
# File 'lib/aws-sdk-quicksight/types.rb', line 13690

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)


13690
13691
13692
13693
13694
13695
13696
13697
13698
13699
13700
13701
# File 'lib/aws-sdk-quicksight/types.rb', line 13690

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)


13690
13691
13692
13693
13694
13695
13696
13697
13698
13699
13700
13701
# File 'lib/aws-sdk-quicksight/types.rb', line 13690

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)


13690
13691
13692
13693
13694
13695
13696
13697
13698
13699
13700
13701
# File 'lib/aws-sdk-quicksight/types.rb', line 13690

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:



13690
13691
13692
13693
13694
13695
13696
13697
13698
13699
13700
13701
# File 'lib/aws-sdk-quicksight/types.rb', line 13690

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:



13690
13691
13692
13693
13694
13695
13696
13697
13698
13699
13700
13701
# File 'lib/aws-sdk-quicksight/types.rb', line 13690

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