Class: Aws::Types::StreamNameCondition

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")


498
499
500
# File 'sig/types.rbs', line 498

def comparison_operator
  @comparison_operator
end

#comparison_value::String

Returns the value of attribute comparison_value.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def comparison_value
  @comparison_value
end