Class: Aws::Types::ChannelNameCondition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operator"BEGINS_WITH"

Returns the value of attribute comparison_operator.

Returns:

  • ("BEGINS_WITH")


38
39
40
# File 'sig/types.rbs', line 38

def comparison_operator
  @comparison_operator
end

#comparison_value::String

Returns the value of attribute comparison_value.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def comparison_value
  @comparison_value
end