Class: Aws::Types::RegionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RegionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployable_regions ⇒ ::Array[::String]
Returns the value of attribute deployable_regions.
-
#scope ⇒ "GLOBAL", "REGIONAL"
Returns the value of attribute scope.
Instance Attribute Details
#deployable_regions ⇒ ::Array[::String]
Returns the value of attribute deployable_regions.
258 259 260 |
# File 'sig/types.rbs', line 258 def deployable_regions @deployable_regions end |
#scope ⇒ "GLOBAL", "REGIONAL"
Returns the value of attribute scope.
257 258 259 |
# File 'sig/types.rbs', line 257 def scope @scope end |