Class: Aws::Types::GeoMatchSetUpdate
- Inherits:
-
Object
- Object
- Aws::Types::GeoMatchSetUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
-
#geo_match_constraint ⇒ Types::GeoMatchConstraint
Returns the value of attribute geo_match_constraint.
Instance Attribute Details
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
394 395 396 |
# File 'sig/types.rbs', line 394 def action @action end |
#geo_match_constraint ⇒ Types::GeoMatchConstraint
Returns the value of attribute geo_match_constraint.
395 396 397 |
# File 'sig/types.rbs', line 395 def geo_match_constraint @geo_match_constraint end |