Class: Aws::QuickSight::Types::AnchorDateConfiguration

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

Overview

The date configuration of the filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anchor_optionString

The options for the date configuration. Choose one of the options below:

  • ‘NOW`

^

Returns:

  • (String)


728
729
730
731
732
733
# File 'lib/aws-sdk-quicksight/types.rb', line 728

class AnchorDateConfiguration < Struct.new(
  :anchor_option,
  :parameter_name)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_nameString

The name of the parameter that is used for the anchor date configuration.

Returns:

  • (String)


728
729
730
731
732
733
# File 'lib/aws-sdk-quicksight/types.rb', line 728

class AnchorDateConfiguration < Struct.new(
  :anchor_option,
  :parameter_name)
  SENSITIVE = []
  include Aws::Structure
end