Class: Aws::QuickSight::Types::DefaultRelativeDateTimeControlOptions

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

Overview

The default options that correspond to the ‘RelativeDateTime` filter control type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commit_modeString

The visibility configuration of the Apply button on a ‘RelativeDateTimeControl`.

Returns:

  • (String)


10424
10425
10426
10427
10428
10429
# File 'lib/aws-sdk-quicksight/types.rb', line 10424

class DefaultRelativeDateTimeControlOptions < Struct.new(
  :display_options,
  :commit_mode)
  SENSITIVE = []
  include Aws::Structure
end

#display_optionsTypes::RelativeDateTimeControlDisplayOptions

The display options of a control.



10424
10425
10426
10427
10428
10429
# File 'lib/aws-sdk-quicksight/types.rb', line 10424

class DefaultRelativeDateTimeControlOptions < Struct.new(
  :display_options,
  :commit_mode)
  SENSITIVE = []
  include Aws::Structure
end