Class: Aws::QuickSight::Types::TopicSortClause

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#operandTypes::Identifier

The operand for a TopicSortClause.

Returns:



35004
35005
35006
35007
35008
35009
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35004

class TopicSortClause < Struct.new(
  :operand,
  :sort_direction)
  SENSITIVE = []
  include Aws::Structure
end

#sort_directionString

The sort direction for the TopicSortClause.

Returns:

  • (String)


35004
35005
35006
35007
35008
35009
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35004

class TopicSortClause < Struct.new(
  :operand,
  :sort_direction)
  SENSITIVE = []
  include Aws::Structure
end