Class: Aws::Types::Condition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#condition_key::String

Returns the value of attribute condition_key.

Returns:

  • (::String)


212
213
214
# File 'sig/types.rbs', line 212

def condition_key
  @condition_key
end

#condition_type"STRINGEQUALS"

Returns the value of attribute condition_type.

Returns:

  • ("STRINGEQUALS")


211
212
213
# File 'sig/types.rbs', line 211

def condition_type
  @condition_type
end

#condition_value::String

Returns the value of attribute condition_value.

Returns:

  • (::String)


213
214
215
# File 'sig/types.rbs', line 213

def condition_value
  @condition_value
end