Class: Aws::QuickSight::Types::CollectiveConstantEntry

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

Overview

The definition for a CollectiveConstantEntry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#constant_typeString

The ConstantType of a CollectiveConstantEntry.

Returns:

  • (String)


6063
6064
6065
6066
6067
6068
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6063

class CollectiveConstantEntry < Struct.new(
  :constant_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of a CollectiveConstantEntry.

Returns:

  • (String)


6063
6064
6065
6066
6067
6068
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6063

class CollectiveConstantEntry < Struct.new(
  :constant_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end