Class: Aws::QuickSight::Types::CollectiveConstant

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

Overview

A structure that represents a collective constant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#value_listArray<String>

A list of values for the collective constant.

Returns:

  • (Array<String>)


4392
4393
4394
4395
4396
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4392

class CollectiveConstant < Struct.new(
  :value_list)
  SENSITIVE = []
  include Aws::Structure
end