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:

  • (::Array[::String])


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

def items
  @items
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


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

def quantity
  @quantity
end

#restriction_type"blacklist", ...

Returns the value of attribute restriction_type.

Returns:

  • ("blacklist", "whitelist", "none")


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

def restriction_type
  @restriction_type
end