Class: Aws::QuickSight::Types::OutputColumn
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::OutputColumn
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Output column.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for a column.
-
#name ⇒ String
A display name for the dataset.
-
#type ⇒ String
Type.
Instance Attribute Details
#description ⇒ String
A description for a column.
9827 9828 9829 9830 9831 9832 9833 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9827 class OutputColumn < Struct.new( :name, :description, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A display name for the dataset.
9827 9828 9829 9830 9831 9832 9833 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9827 class OutputColumn < Struct.new( :name, :description, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type.
9827 9828 9829 9830 9831 9832 9833 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9827 class OutputColumn < Struct.new( :name, :description, :type) SENSITIVE = [] include Aws::Structure end |