Class: Aws::Types::GeoRestriction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[::String]

Returns the value of attribute items.

Returns:



1483
1484
1485
# File 'sig/types.rbs', line 1483

def items
  @items
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:



1482
1483
1484
# File 'sig/types.rbs', line 1482

def quantity
  @quantity
end

#restriction_type"blacklist", ...

Returns the value of attribute restriction_type.

Returns:



1481
1482
1483
# File 'sig/types.rbs', line 1481

def restriction_type
  @restriction_type
end