Class: Aws::Types::PlatformInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operator"EQUALS", ...

Returns the value of attribute comparison_operator.

Returns:

  • ("EQUALS", "NOT_EQUALS", "STARTS_WITH")


452
453
454
# File 'sig/types.rbs', line 452

def comparison_operator
  @comparison_operator
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def value
  @value
end