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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



31165
31166
31167
31168
31169
31170
# File 'lib/aws-sdk-quicksight/types.rb', line 31165

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

#sort_directionString

The sort direction for the ‘TopicSortClause`.

Returns:

  • (String)


31165
31166
31167
31168
31169
31170
# File 'lib/aws-sdk-quicksight/types.rb', line 31165

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