Class: Aws::QuickSight::Types::TimeRangeFilterValue

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

Overview

The value of a time range filter.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parameterString

The parameter type input value.

Returns:

  • (String)


29029
29030
29031
29032
29033
29034
29035
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29029

class TimeRangeFilterValue < Struct.new(
  :static_value,
  :rolling_date,
  :parameter)
  SENSITIVE = []
  include Aws::Structure
end

#rolling_dateTypes::RollingDateConfiguration

The rolling date input value.



29029
29030
29031
29032
29033
29034
29035
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29029

class TimeRangeFilterValue < Struct.new(
  :static_value,
  :rolling_date,
  :parameter)
  SENSITIVE = []
  include Aws::Structure
end

#static_valueTime

The static input value.

Returns:

  • (Time)


29029
29030
29031
29032
29033
29034
29035
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29029

class TimeRangeFilterValue < Struct.new(
  :static_value,
  :rolling_date,
  :parameter)
  SENSITIVE = []
  include Aws::Structure
end