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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


651
652
653
654
655
656
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 651

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)


651
652
653
654
655
656
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 651

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