Class: Aws::QuickSight::Types::DecimalParameterDeclaration

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

Overview

A parameter declaration for the ‘Decimal` data type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_valuesTypes::DecimalDefaultValues

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.



9024
9025
9026
9027
9028
9029
9030
9031
9032
# File 'lib/aws-sdk-quicksight/types.rb', line 9024

class DecimalParameterDeclaration < Struct.new(
  :parameter_value_type,
  :name,
  :default_values,
  :value_when_unset,
  :mapped_data_set_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#mapped_data_set_parametersArray<Types::MappedDataSetParameter>

A list of dataset parameters that are mapped to an analysis parameter.

Returns:



9024
9025
9026
9027
9028
9029
9030
9031
9032
# File 'lib/aws-sdk-quicksight/types.rb', line 9024

class DecimalParameterDeclaration < Struct.new(
  :parameter_value_type,
  :name,
  :default_values,
  :value_when_unset,
  :mapped_data_set_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the parameter that is being declared.

Returns:

  • (String)


9024
9025
9026
9027
9028
9029
9030
9031
9032
# File 'lib/aws-sdk-quicksight/types.rb', line 9024

class DecimalParameterDeclaration < Struct.new(
  :parameter_value_type,
  :name,
  :default_values,
  :value_when_unset,
  :mapped_data_set_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_value_typeString

The value type determines whether the parameter is a single-value or multi-value parameter.

Returns:

  • (String)


9024
9025
9026
9027
9028
9029
9030
9031
9032
# File 'lib/aws-sdk-quicksight/types.rb', line 9024

class DecimalParameterDeclaration < Struct.new(
  :parameter_value_type,
  :name,
  :default_values,
  :value_when_unset,
  :mapped_data_set_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#value_when_unsetTypes::DecimalValueWhenUnsetConfiguration

The configuration that defines the default value of a ‘Decimal` parameter when a value has not been set.



9024
9025
9026
9027
9028
9029
9030
9031
9032
# File 'lib/aws-sdk-quicksight/types.rb', line 9024

class DecimalParameterDeclaration < Struct.new(
  :parameter_value_type,
  :name,
  :default_values,
  :value_when_unset,
  :mapped_data_set_parameters)
  SENSITIVE = []
  include Aws::Structure
end