Class: Aws::QuickSight::Types::DateTimeDefaultValues

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

Overview

The default values of the DateTimeParameterDeclaration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_valueTypes::DynamicDefaultValue

The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.



8751
8752
8753
8754
8755
8756
8757
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8751

class DateTimeDefaultValues < Struct.new(
  :dynamic_value,
  :static_values,
  :rolling_date)
  SENSITIVE = []
  include Aws::Structure
end

#rolling_dateTypes::RollingDateConfiguration

The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.



8751
8752
8753
8754
8755
8756
8757
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8751

class DateTimeDefaultValues < Struct.new(
  :dynamic_value,
  :static_values,
  :rolling_date)
  SENSITIVE = []
  include Aws::Structure
end

#static_valuesArray<Time>

The static values of the DataTimeDefaultValues.

Returns:

  • (Array<Time>)


8751
8752
8753
8754
8755
8756
8757
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8751

class DateTimeDefaultValues < Struct.new(
  :dynamic_value,
  :static_values,
  :rolling_date)
  SENSITIVE = []
  include Aws::Structure
end