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.
228 229 230 |
# File 'sig/types.rbs', line 228 def change_token @change_token end |
#geo_match_set_id ⇒ ::String
Returns the value of attribute geo_match_set_id.
227 228 229 |
# File 'sig/types.rbs', line 227 def geo_match_set_id @geo_match_set_id end |