Class: Aws::Types::ClientSideAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exempt_uri_regular_expressions::Array[Types::Regex]

Returns the value of attribute exempt_uri_regular_expressions.

Returns:



179
180
181
# File 'sig/types.rbs', line 179

def exempt_uri_regular_expressions
  @exempt_uri_regular_expressions
end

#sensitivity"LOW", ...

Returns the value of attribute sensitivity.

Returns:

  • ("LOW", "MEDIUM", "HIGH")


178
179
180
# File 'sig/types.rbs', line 178

def sensitivity
  @sensitivity
end

#usage_of_action"ENABLED", "DISABLED"

Returns the value of attribute usage_of_action.

Returns:

  • ("ENABLED", "DISABLED")


177
178
179
# File 'sig/types.rbs', line 177

def usage_of_action
  @usage_of_action
end