Class: Aws::Types::CreateGeoMatchSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateGeoMatchSetResponse
- 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 ⇒ Types::GeoMatchSet
Returns the value of attribute geo_match_set.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
77 78 79 |
# File 'sig/types.rbs', line 77 def change_token @change_token end |
#geo_match_set ⇒ Types::GeoMatchSet
Returns the value of attribute geo_match_set.
76 77 78 |
# File 'sig/types.rbs', line 76 def geo_match_set @geo_match_set end |