Class: Aws::Types::DeleteGeoMatchSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteGeoMatchSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#geo_match_set_id ⇒ ::String
Returns the value of attribute geo_match_set_id.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
237 238 239 |
# File 'sig/types.rbs', line 237 def change_token @change_token end |
#geo_match_set_id ⇒ ::String
Returns the value of attribute geo_match_set_id.
236 237 238 |
# File 'sig/types.rbs', line 236 def geo_match_set_id @geo_match_set_id end |