Class: Aws::Types::Rule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute"ARN", ...

Returns the value of attribute attribute.

Returns:

  • ("ARN", "PLATFORM", "FORM_FACTOR", "MANUFACTURER", "REMOTE_ACCESS_ENABLED", "REMOTE_DEBUG_ENABLED", "APPIUM_VERSION", "INSTANCE_ARN", "INSTANCE_LABELS", "FLEET_TYPE", "OS_VERSION", "MODEL", "AVAILABILITY")


1128
1129
1130
# File 'sig/types.rbs', line 1128

def attribute
  @attribute
end

#operator"EQUALS", ...

Returns the value of attribute operator.

Returns:

  • ("EQUALS", "LESS_THAN", "LESS_THAN_OR_EQUALS", "GREATER_THAN", "GREATER_THAN_OR_EQUALS", "IN", "NOT_IN", "CONTAINS")


1129
1130
1131
# File 'sig/types.rbs', line 1129

def operator
  @operator
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


1130
1131
1132
# File 'sig/types.rbs', line 1130

def value
  @value
end