Class: Aws::Types::UpdateGeoMatchSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGeoMatchSetRequest
- 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.
-
#updates ⇒ ::Array[Types::GeoMatchSetUpdate]
Returns the value of attribute updates.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def change_token @change_token end |
#geo_match_set_id ⇒ ::String
Returns the value of attribute geo_match_set_id.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def geo_match_set_id @geo_match_set_id end |
#updates ⇒ ::Array[Types::GeoMatchSetUpdate]
Returns the value of attribute updates.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def updates @updates end |