Class: Aws::Types::ComponentConditionProperty

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#else ⇒ Types::ComponentProperty

Returns the value of attribute else.



202
203
204
# File 'sig/types.rbs', line 202

def else
  @else
end

#field ⇒ ::String

Returns the value of attribute field.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def field
  @field
end

#operand ⇒ ::String

Returns the value of attribute operand.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def operand
  @operand
end

#operand_type ⇒ ::String

Returns the value of attribute operand_type.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def operand_type
  @operand_type
end

#operator ⇒ ::String

Returns the value of attribute operator.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def operator
  @operator
end

#property ⇒ ::String

Returns the value of attribute property.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def property
  @property
end

#then ⇒ Types::ComponentProperty

Returns the value of attribute then.



201
202
203
# File 'sig/types.rbs', line 201

def then
  @then
end