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)


4039
4040
4041
4042
4043
4044
# File 'lib/aws-sdk-quicksight/types.rb', line 4039

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)


4039
4040
4041
4042
4043
4044
# File 'lib/aws-sdk-quicksight/types.rb', line 4039

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