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.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def change_token @change_token end |
#geo_match_set_id ⇒ ::String
Returns the value of attribute geo_match_set_id.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def geo_match_set_id @geo_match_set_id end |
#updates ⇒ ::Array[Types::GeoMatchSetUpdate]
Returns the value of attribute updates.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def updates @updates end |