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 =
[:static_values]

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.



29446
29447
29448
29449
29450
29451
# File 'lib/aws-sdk-quicksight/types.rb', line 29446

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

#static_valuesArray<String>

The static values of the ‘DecimalDefaultValues`.

Returns:

  • (Array<String>)


29446
29447
29448
29449
29450
29451
# File 'lib/aws-sdk-quicksight/types.rb', line 29446

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