Class: Aws::QuickSight::Types::ExcludePeriodConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#amountInteger

The amount or number of the exclude period.

Returns:

  • (Integer)


14154
14155
14156
14157
14158
14159
14160
# File 'lib/aws-sdk-quicksight/types.rb', line 14154

class ExcludePeriodConfiguration < Struct.new(
  :amount,
  :granularity,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#granularityString

The granularity or unit (day, month, year) of the exclude period.

Returns:

  • (String)


14154
14155
14156
14157
14158
14159
14160
# File 'lib/aws-sdk-quicksight/types.rb', line 14154

class ExcludePeriodConfiguration < Struct.new(
  :amount,
  :granularity,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the exclude period. Choose from the following options:

  • ‘ENABLED`

  • ‘DISABLED`

Returns:

  • (String)


14154
14155
14156
14157
14158
14159
14160
# File 'lib/aws-sdk-quicksight/types.rb', line 14154

class ExcludePeriodConfiguration < Struct.new(
  :amount,
  :granularity,
  :status)
  SENSITIVE = []
  include Aws::Structure
end