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.
68 69 70 |
# File 'sig/types.rbs', line 68 def change_token @change_token end |
#geo_match_set ⇒ Types::GeoMatchSet
Returns the value of attribute geo_match_set.
67 68 69 |
# File 'sig/types.rbs', line 67 def geo_match_set @geo_match_set end |