Class: Aws::QuickSight::Types::ExcludePeriodConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::ExcludePeriodConfiguration
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The exclude period of TimeRangeFilter or RelativeDatesFilter.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #amount  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The amount or number of the exclude period. 
- 
  
    
      #granularity  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The granularity or unit (day, month, year) of the exclude period. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the exclude period. 
Instance Attribute Details
#amount ⇒ Integer
The amount or number of the exclude period.
| 16439 16440 16441 16442 16443 16444 16445 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16439 class ExcludePeriodConfiguration < Struct.new( :amount, :granularity, :status) SENSITIVE = [] include Aws::Structure end | 
#granularity ⇒ String
The granularity or unit (day, month, year) of the exclude period.
| 16439 16440 16441 16442 16443 16444 16445 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16439 class ExcludePeriodConfiguration < Struct.new( :amount, :granularity, :status) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the exclude period. Choose from the following options:
- ENABLED
- DISABLED
| 16439 16440 16441 16442 16443 16444 16445 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16439 class ExcludePeriodConfiguration < Struct.new( :amount, :granularity, :status) SENSITIVE = [] include Aws::Structure end |