Class: Aws::QuickSight::Types::IntegerDefaultValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::IntegerDefaultValues
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The default values of the IntegerParameterDeclaration
.
Constant Summary collapse
- SENSITIVE =
[:static_values]
Instance Attribute Summary collapse
-
#dynamic_value ⇒ Types::DynamicDefaultValue
The dynamic value of the
IntegerDefaultValues
. -
#static_values ⇒ Array<Integer>
The static values of the
IntegerDefaultValues
.
Instance Attribute Details
#dynamic_value ⇒ Types::DynamicDefaultValue
The dynamic value of the IntegerDefaultValues
. Different defaults
are displayed according to users, groups, and values mapping.
20069 20070 20071 20072 20073 20074 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20069 class IntegerDefaultValues < Struct.new( :dynamic_value, :static_values) SENSITIVE = [:static_values] include Aws::Structure end |
#static_values ⇒ Array<Integer>
The static values of the IntegerDefaultValues
.
20069 20070 20071 20072 20073 20074 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20069 class IntegerDefaultValues < Struct.new( :dynamic_value, :static_values) SENSITIVE = [:static_values] include Aws::Structure end |