Class: Aws::Types::GeoMatchSet
- Inherits:
-
Object
- Object
- Aws::Types::GeoMatchSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#geo_match_constraints ⇒ ::Array[Types::GeoMatchConstraint]
Returns the value of attribute geo_match_constraints.
-
#geo_match_set_id ⇒ ::String
Returns the value of attribute geo_match_set_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#geo_match_constraints ⇒ ::Array[Types::GeoMatchConstraint]
Returns the value of attribute geo_match_constraints.
383 384 385 |
# File 'sig/types.rbs', line 383 def geo_match_constraints @geo_match_constraints end |
#geo_match_set_id ⇒ ::String
Returns the value of attribute geo_match_set_id.
381 382 383 |
# File 'sig/types.rbs', line 381 def geo_match_set_id @geo_match_set_id end |
#name ⇒ ::String
Returns the value of attribute name.
382 383 384 |
# File 'sig/types.rbs', line 382 def name @name end |