Class: Aws::QuickSight::Types::IntegerDatasetParameter

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

Overview

An integer parameter for a dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_valuesTypes::IntegerDatasetParameterDefaultValues

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



17265
17266
17267
17268
17269
17270
17271
17272
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17265

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

#idString

An identifier for the integer parameter created in the dataset.

Returns:

  • (String)


17265
17266
17267
17268
17269
17270
17271
17272
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17265

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

#nameString

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

Returns:

  • (String)


17265
17266
17267
17268
17269
17270
17271
17272
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17265

class IntegerDatasetParameter < 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)


17265
17266
17267
17268
17269
17270
17271
17272
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17265

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