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.
411 412 413 |
# File 'sig/types.rbs', line 411 def action @action end |
#geo_match_constraint ⇒ Types::GeoMatchConstraint
Returns the value of attribute geo_match_constraint.
412 413 414 |
# File 'sig/types.rbs', line 412 def geo_match_constraint @geo_match_constraint end |