Class: Aws::QuickSight::Types::DateTimeValueWhenUnsetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DateTimeValueWhenUnsetConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration that defines the default value of a ‘DateTime` parameter when a value has not been set.
Constant Summary collapse
- SENSITIVE =
[:custom_value]
Instance Attribute Summary collapse
-
#custom_value ⇒ Time
A custom value that’s used when the value of a parameter isn’t set.
-
#value_when_unset_option ⇒ String
The built-in options for default values.
Instance Attribute Details
#custom_value ⇒ Time
A custom value that’s used when the value of a parameter isn’t set.
9955 9956 9957 9958 9959 9960 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9955 class DateTimeValueWhenUnsetConfiguration < Struct.new( :value_when_unset_option, :custom_value) SENSITIVE = [:custom_value] include Aws::Structure end |
#value_when_unset_option ⇒ String
The built-in options for default values. The value can be one of the following:
-
‘RECOMMENDED`: The recommended value.
-
‘NULL`: The `NULL` value.
9955 9956 9957 9958 9959 9960 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9955 class DateTimeValueWhenUnsetConfiguration < Struct.new( :value_when_unset_option, :custom_value) SENSITIVE = [:custom_value] include Aws::Structure end |