Class: Aws::QuickSight::Types::StringDefaultValues

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

Overview

The default values of the ‘StringParameterDeclaration`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dynamic_valueTypes::DynamicDefaultValue

The dynamic value of the ‘StringDefaultValues`. Different defaults displayed according to users, groups, and values mapping.



27467
27468
27469
27470
27471
27472
# File 'lib/aws-sdk-quicksight/types.rb', line 27467

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

#static_valuesArray<String>

The static values of the ‘DecimalDefaultValues`.

Returns:

  • (Array<String>)


27467
27468
27469
27470
27471
27472
# File 'lib/aws-sdk-quicksight/types.rb', line 27467

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