Class: Aws::QuickSight::Types::TopicSortClause
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicSortClause
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The definition for a TopicSortClause.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operand ⇒ Types::Identifier
The operand for a
TopicSortClause. -
#sort_direction ⇒ String
The sort direction for the
TopicSortClause.
Instance Attribute Details
#operand ⇒ Types::Identifier
The operand for a TopicSortClause.
38254 38255 38256 38257 38258 38259 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38254 class TopicSortClause < Struct.new( :operand, :sort_direction) SENSITIVE = [] include Aws::Structure end |
#sort_direction ⇒ String
The sort direction for the TopicSortClause.
38254 38255 38256 38257 38258 38259 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38254 class TopicSortClause < Struct.new( :operand, :sort_direction) SENSITIVE = [] include Aws::Structure end |