Class: Aws::Types::GeoRestriction
- Inherits:
-
Object
- Object
- Aws::Types::GeoRestriction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[::String]
Returns the value of attribute items.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
-
#restriction_type ⇒ "blacklist", ...
Returns the value of attribute restriction_type.
Instance Attribute Details
#items ⇒ ::Array[::String]
Returns the value of attribute items.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def quantity @quantity end |
#restriction_type ⇒ "blacklist", ...
Returns the value of attribute restriction_type.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def restriction_type @restriction_type end |