Class: Aws::QuickSight::Types::FieldFolder
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FieldFolder
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A FieldFolder element is a folder that contains fields and nested subfolders.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#columns ⇒ Array<String>
A folder has a list of columns.
-
#description ⇒ String
The description for a field folder.
Instance Attribute Details
#columns ⇒ Array<String>
A folder has a list of columns. A column can only be in one folder.
15155 15156 15157 15158 15159 15160 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15155 class FieldFolder < Struct.new( :description, :columns) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for a field folder.
15155 15156 15157 15158 15159 15160 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15155 class FieldFolder < Struct.new( :description, :columns) SENSITIVE = [] include Aws::Structure end |