Class: Aws::Types::RegionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployable_regions::Array[::String]

Returns the value of attribute deployable_regions.

Returns:

  • (::Array[::String])


258
259
260
# File 'sig/types.rbs', line 258

def deployable_regions
  @deployable_regions
end

#scope"GLOBAL", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("GLOBAL", "REGIONAL")


257
258
259
# File 'sig/types.rbs', line 257

def scope
  @scope
end