Class: Aws::FMS::Types::RegionScope

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Defines the Amazon Web Services Regions that the specified Firewall Manager administrator can manage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#all_regions_enabledBoolean

Allows the specified Firewall Manager administrator to manage all Amazon Web Services Regions.

Returns:

  • (Boolean)


3715
3716
3717
3718
3719
3720
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3715

class RegionScope < Struct.new(
  :regions,
  :all_regions_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#regionsArray<String>

The Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.

Returns:

  • (Array<String>)


3715
3716
3717
3718
3719
3720
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3715

class RegionScope < Struct.new(
  :regions,
  :all_regions_enabled)
  SENSITIVE = []
  include Aws::Structure
end