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


3459
3460
3461
3462
3463
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3459

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