Class: Aws::QuickSight::Types::DecimalDatasetParameter

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

Overview

A decimal parameter for a dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_valuesTypes::DecimalDatasetParameterDefaultValues

A list of default values for a given decimal parameter. This structure only accepts static values.



8933
8934
8935
8936
8937
8938
8939
8940
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8933

class DecimalDatasetParameter < Struct.new(
  :id,
  :name,
  :value_type,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end

#idString

An identifier for the decimal parameter created in the dataset.

Returns:

  • (String)


8933
8934
8935
8936
8937
8938
8939
8940
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8933

class DecimalDatasetParameter < Struct.new(
  :id,
  :name,
  :value_type,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the decimal parameter that is created in the dataset.

Returns:

  • (String)


8933
8934
8935
8936
8937
8938
8939
8940
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8933

class DecimalDatasetParameter < Struct.new(
  :id,
  :name,
  :value_type,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end

#value_typeString

The value type of the dataset parameter. Valid values are single value or multi value.

Returns:

  • (String)


8933
8934
8935
8936
8937
8938
8939
8940
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8933

class DecimalDatasetParameter < Struct.new(
  :id,
  :name,
  :value_type,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end