Class: Aws::Types::GeoRestrictionCustomization
- Inherits:
-
Object
- Object
- Aws::Types::GeoRestrictionCustomization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#locations ⇒ ::Array[::String]
Returns the value of attribute locations.
-
#restriction_type ⇒ "blacklist", ...
Returns the value of attribute restriction_type.
Instance Attribute Details
#locations ⇒ ::Array[::String]
Returns the value of attribute locations.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def locations @locations end |
#restriction_type ⇒ "blacklist", ...
Returns the value of attribute restriction_type.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def restriction_type @restriction_type end |