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)


13549
13550
13551
13552
13553
13554
13555
# File 'lib/aws-sdk-quicksight/types.rb', line 13549

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)


13549
13550
13551
13552
13553
13554
13555
# File 'lib/aws-sdk-quicksight/types.rb', line 13549

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)


13549
13550
13551
13552
13553
13554
13555
# File 'lib/aws-sdk-quicksight/types.rb', line 13549

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