Class: Aws::FMS::Types::RegionScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::RegionScope
- 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
-
#all_regions_enabled ⇒ Boolean
Allows the specified Firewall Manager administrator to manage all Amazon Web Services Regions.
-
#regions ⇒ Array<String>
The Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
Instance Attribute Details
#all_regions_enabled ⇒ Boolean
Allows the specified Firewall Manager administrator to manage all Amazon Web Services Regions.
4131 4132 4133 4134 4135 4136 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4131 class RegionScope < Struct.new( :regions, :all_regions_enabled) SENSITIVE = [] include Aws::Structure end |
#regions ⇒ Array<String>
The Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
4131 4132 4133 4134 4135 4136 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4131 class RegionScope < Struct.new( :regions, :all_regions_enabled) SENSITIVE = [] include Aws::Structure end |