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

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

Instance Attribute Details

#amountInteger

The amount or number of the exclude period.

Returns:

  • (Integer)


13174
13175
13176
13177
13178
13179
13180
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13174

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)


13174
13175
13176
13177
13178
13179
13180
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13174

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)


13174
13175
13176
13177
13178
13179
13180
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13174

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