Class: Aws::DataZone::Types::EqualToExpression

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

Overview

Specifies whether the value is equal to an expression.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_nameString

The name of the column.

Returns:

  • (String)


7081
7082
7083
7084
7085
7086
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7081

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

#valueString

The value that might be equal to an expression.

Returns:

  • (String)


7081
7082
7083
7084
7085
7086
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7081

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