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.
14278 14279 14280 14281 14282 14283 14284 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14278 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.
14278 14279 14280 14281 14282 14283 14284 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14278 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
14278 14279 14280 14281 14282 14283 14284 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14278 class ExcludePeriodConfiguration < Struct.new( :amount, :granularity, :status) SENSITIVE = [] include Aws::Structure end |