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.
400 401 402 |
# File 'sig/types.rbs', line 400 def geo_match_constraints @geo_match_constraints end |
#geo_match_set_id ⇒ ::String
Returns the value of attribute geo_match_set_id.
398 399 400 |
# File 'sig/types.rbs', line 398 def geo_match_set_id @geo_match_set_id end |
#name ⇒ ::String
Returns the value of attribute name.
399 400 401 |
# File 'sig/types.rbs', line 399 def name @name end |