Class: Aws::QuickSight::Types::RelativeDatesFilter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

A ‘RelativeDatesFilter` filters relative dates values.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anchor_date_configurationTypes::AnchorDateConfiguration

The date configuration of the filter.



25085
25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
# File 'lib/aws-sdk-quicksight/types.rb', line 25085

class RelativeDatesFilter < Struct.new(
  :filter_id,
  :column,
  :anchor_date_configuration,
  :minimum_granularity,
  :time_granularity,
  :relative_date_type,
  :relative_date_value,
  :parameter_name,
  :null_option,
  :exclude_period_configuration,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#columnTypes::ColumnIdentifier

The column that the filter is applied to.



25085
25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
# File 'lib/aws-sdk-quicksight/types.rb', line 25085

class RelativeDatesFilter < Struct.new(
  :filter_id,
  :column,
  :anchor_date_configuration,
  :minimum_granularity,
  :time_granularity,
  :relative_date_type,
  :relative_date_value,
  :parameter_name,
  :null_option,
  :exclude_period_configuration,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#default_filter_control_configurationTypes::DefaultFilterControlConfiguration

The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.



25085
25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
# File 'lib/aws-sdk-quicksight/types.rb', line 25085

class RelativeDatesFilter < Struct.new(
  :filter_id,
  :column,
  :anchor_date_configuration,
  :minimum_granularity,
  :time_granularity,
  :relative_date_type,
  :relative_date_value,
  :parameter_name,
  :null_option,
  :exclude_period_configuration,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#exclude_period_configurationTypes::ExcludePeriodConfiguration

The configuration for the exclude period of the filter.



25085
25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
# File 'lib/aws-sdk-quicksight/types.rb', line 25085

class RelativeDatesFilter < Struct.new(
  :filter_id,
  :column,
  :anchor_date_configuration,
  :minimum_granularity,
  :time_granularity,
  :relative_date_type,
  :relative_date_value,
  :parameter_name,
  :null_option,
  :exclude_period_configuration,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#filter_idString

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

Returns:

  • (String)


25085
25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
# File 'lib/aws-sdk-quicksight/types.rb', line 25085

class RelativeDatesFilter < Struct.new(
  :filter_id,
  :column,
  :anchor_date_configuration,
  :minimum_granularity,
  :time_granularity,
  :relative_date_type,
  :relative_date_value,
  :parameter_name,
  :null_option,
  :exclude_period_configuration,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#minimum_granularityString

The minimum granularity (period granularity) of the relative dates filter.

Returns:

  • (String)


25085
25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
# File 'lib/aws-sdk-quicksight/types.rb', line 25085

class RelativeDatesFilter < Struct.new(
  :filter_id,
  :column,
  :anchor_date_configuration,
  :minimum_granularity,
  :time_granularity,
  :relative_date_type,
  :relative_date_value,
  :parameter_name,
  :null_option,
  :exclude_period_configuration,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#null_optionString

This option determines how null values should be treated when filtering data.

  • ‘ALL_VALUES`: Include null values in filtered results.

  • ‘NULLS_ONLY`: Only include null values in filtered results.

  • ‘NON_NULLS_ONLY`: Exclude null values from filtered results.

Returns:

  • (String)


25085
25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
# File 'lib/aws-sdk-quicksight/types.rb', line 25085

class RelativeDatesFilter < Struct.new(
  :filter_id,
  :column,
  :anchor_date_configuration,
  :minimum_granularity,
  :time_granularity,
  :relative_date_type,
  :relative_date_value,
  :parameter_name,
  :null_option,
  :exclude_period_configuration,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_nameString

The parameter whose value should be used for the filter value.

Returns:

  • (String)


25085
25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
# File 'lib/aws-sdk-quicksight/types.rb', line 25085

class RelativeDatesFilter < Struct.new(
  :filter_id,
  :column,
  :anchor_date_configuration,
  :minimum_granularity,
  :time_granularity,
  :relative_date_type,
  :relative_date_value,
  :parameter_name,
  :null_option,
  :exclude_period_configuration,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#relative_date_typeString

The range date type of the filter. Choose one of the options below:

  • ‘PREVIOUS`

  • ‘THIS`

  • ‘LAST`

  • ‘NOW`

  • ‘NEXT`

Returns:

  • (String)


25085
25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
# File 'lib/aws-sdk-quicksight/types.rb', line 25085

class RelativeDatesFilter < Struct.new(
  :filter_id,
  :column,
  :anchor_date_configuration,
  :minimum_granularity,
  :time_granularity,
  :relative_date_type,
  :relative_date_value,
  :parameter_name,
  :null_option,
  :exclude_period_configuration,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#relative_date_valueInteger

The date value of the filter.

Returns:

  • (Integer)


25085
25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
# File 'lib/aws-sdk-quicksight/types.rb', line 25085

class RelativeDatesFilter < Struct.new(
  :filter_id,
  :column,
  :anchor_date_configuration,
  :minimum_granularity,
  :time_granularity,
  :relative_date_type,
  :relative_date_value,
  :parameter_name,
  :null_option,
  :exclude_period_configuration,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#time_granularityString

The level of time precision that is used to aggregate ‘DateTime` values.

Returns:

  • (String)


25085
25086
25087
25088
25089
25090
25091
25092
25093
25094
25095
25096
25097
25098
25099
# File 'lib/aws-sdk-quicksight/types.rb', line 25085

class RelativeDatesFilter < Struct.new(
  :filter_id,
  :column,
  :anchor_date_configuration,
  :minimum_granularity,
  :time_granularity,
  :relative_date_type,
  :relative_date_value,
  :parameter_name,
  :null_option,
  :exclude_period_configuration,
  :default_filter_control_configuration)
  SENSITIVE = []
  include Aws::Structure
end