Class: Aws::QuickSight::Types::ColumnIdentifier

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

A column of a data set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_nameString

The name of the column.

Returns:

  • (String)


6324
6325
6326
6327
6328
6329
# File 'lib/aws-sdk-quicksight/types.rb', line 6324

class ColumnIdentifier < Struct.new(
  :data_set_identifier,
  :column_name)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_identifierString

The data set that the column belongs to.

Returns:

  • (String)


6324
6325
6326
6327
6328
6329
# File 'lib/aws-sdk-quicksight/types.rb', line 6324

class ColumnIdentifier < Struct.new(
  :data_set_identifier,
  :column_name)
  SENSITIVE = []
  include Aws::Structure
end