Class: Aws::QuickSight::Types::ExcludePeriodConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ExcludePeriodConfiguration
- Includes:
- Structure
- Defined in:
- 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.
14999 15000 15001 15002 15003 15004 15005 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14999 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.
14999 15000 15001 15002 15003 15004 15005 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14999 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`
14999 15000 15001 15002 15003 15004 15005 |
# File 'lib/aws-sdk-quicksight/types.rb', line 14999 class ExcludePeriodConfiguration < Struct.new( :amount, :granularity, :status) SENSITIVE = [] include Aws::Structure end |