Class: Aws::Types::ClientSideAction
- Inherits:
-
Object
- Object
- Aws::Types::ClientSideAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exempt_uri_regular_expressions ⇒ ::Array[Types::Regex]
Returns the value of attribute exempt_uri_regular_expressions.
-
#sensitivity ⇒ "LOW", ...
Returns the value of attribute sensitivity.
-
#usage_of_action ⇒ "ENABLED", "DISABLED"
Returns the value of attribute usage_of_action.
Instance Attribute Details
#exempt_uri_regular_expressions ⇒ ::Array[Types::Regex]
Returns the value of attribute exempt_uri_regular_expressions.
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.
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.
177 178 179 |
# File 'sig/types.rbs', line 177 def usage_of_action @usage_of_action end |