Class: Aws::Types::RegionScope

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#all_regions_enabledBoolean

Returns the value of attribute all_regions_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


987
988
989
# File 'sig/types.rbs', line 987

def regions
  @regions
end