Class: Aws::QuickSight::Types::TopicIRGroupBy
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::TopicIRGroupBy
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-quicksight/types.rb
 
Overview
The definition for a ‘TopicIRGroupBy`.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #display_format  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display format for the ‘TopicIRGroupBy`.
 - 
  
    
      #display_format_options  ⇒ Types::DisplayFormatOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A structure that represents additional options for display formatting.
 - 
  
    
      #field_name  ⇒ Types::Identifier 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The field name for the ‘TopicIRGroupBy`.
 - 
  
    
      #named_entity  ⇒ Types::NamedEntityRef 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The named entity for the ‘TopicIRGroupBy`.
 - 
  
    
      #sort  ⇒ Types::TopicSortClause 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The sort for the ‘TopicIRGroupBy`.
 - 
  
    
      #time_granularity  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time granularity for the ‘TopicIRGroupBy`.
 
Instance Attribute Details
#display_format ⇒ String
The display format for the ‘TopicIRGroupBy`.
      30921 30922 30923 30924 30925 30926 30927 30928 30929 30930  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 30921 class TopicIRGroupBy < Struct.new( :field_name, :time_granularity, :sort, :display_format, :display_format_options, :named_entity) SENSITIVE = [] include Aws::Structure end  | 
  
#display_format_options ⇒ Types::DisplayFormatOptions
A structure that represents additional options for display formatting.
      30921 30922 30923 30924 30925 30926 30927 30928 30929 30930  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 30921 class TopicIRGroupBy < Struct.new( :field_name, :time_granularity, :sort, :display_format, :display_format_options, :named_entity) SENSITIVE = [] include Aws::Structure end  | 
  
#field_name ⇒ Types::Identifier
The field name for the ‘TopicIRGroupBy`.
      30921 30922 30923 30924 30925 30926 30927 30928 30929 30930  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 30921 class TopicIRGroupBy < Struct.new( :field_name, :time_granularity, :sort, :display_format, :display_format_options, :named_entity) SENSITIVE = [] include Aws::Structure end  | 
  
#named_entity ⇒ Types::NamedEntityRef
The named entity for the ‘TopicIRGroupBy`.
      30921 30922 30923 30924 30925 30926 30927 30928 30929 30930  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 30921 class TopicIRGroupBy < Struct.new( :field_name, :time_granularity, :sort, :display_format, :display_format_options, :named_entity) SENSITIVE = [] include Aws::Structure end  | 
  
#sort ⇒ Types::TopicSortClause
The sort for the ‘TopicIRGroupBy`.
      30921 30922 30923 30924 30925 30926 30927 30928 30929 30930  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 30921 class TopicIRGroupBy < Struct.new( :field_name, :time_granularity, :sort, :display_format, :display_format_options, :named_entity) SENSITIVE = [] include Aws::Structure end  | 
  
#time_granularity ⇒ String
The time granularity for the ‘TopicIRGroupBy`.
      30921 30922 30923 30924 30925 30926 30927 30928 30929 30930  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 30921 class TopicIRGroupBy < Struct.new( :field_name, :time_granularity, :sort, :display_format, :display_format_options, :named_entity) SENSITIVE = [] include Aws::Structure end  |