Class: Aws::QuickSight::Types::AnchorDateConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AnchorDateConfiguration
- 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
-
#anchor_option ⇒ String
The options for the date configuration.
-
#parameter_name ⇒ String
The name of the parameter that is used for the anchor date configuration.
Instance Attribute Details
#anchor_option ⇒ String
The options for the date configuration. Choose one of the options below:
-
‘NOW`
^
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_name ⇒ String
The name of the parameter that is used for the anchor date configuration.
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 |