Class: Aws::Types::GeoRestrictionCustomization

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#locations::Array[::String]

Returns the value of attribute locations.

Returns:

  • (::Array[::String])


1489
1490
1491
# File 'sig/types.rbs', line 1489

def locations
  @locations
end

#restriction_type"blacklist", ...

Returns the value of attribute restriction_type.

Returns:

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


1488
1489
1490
# File 'sig/types.rbs', line 1488

def restriction_type
  @restriction_type
end