Class: Aws::Types::RegionScope
- Inherits:
-
Object
- Object
- Aws::Types::RegionScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_regions_enabled ⇒ Boolean
Returns the value of attribute all_regions_enabled.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
Instance Attribute Details
#all_regions_enabled ⇒ Boolean
Returns the value of attribute all_regions_enabled.
988 989 990 |
# File 'sig/types.rbs', line 988 def all_regions_enabled @all_regions_enabled end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
987 988 989 |
# File 'sig/types.rbs', line 987 def regions @regions end |