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

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

#display_optionsTypes::RelativeDateTimeControlDisplayOptions

The display options of a control.



9356
9357
9358
9359
9360
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9356

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