Class: Aws::NetworkSecurityManager::Types::AdminScopeSelectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::AdminScopeSelectionInput
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
A selection of accounts and organizational units. This is the input form, which uses account and organizational unit IDs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accounts ⇒ Array<String>
The AWS accounts in the selection.
-
#organizational_units ⇒ Array<String>
The AWS Organizations organizational units (OUs) in the selection.
Instance Attribute Details
#accounts ⇒ Array<String>
The AWS accounts in the selection.
337 338 339 340 341 342 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 337 class AdminScopeSelectionInput < Struct.new( :accounts, :organizational_units) SENSITIVE = [] include Aws::Structure end |
#organizational_units ⇒ Array<String>
The AWS Organizations organizational units (OUs) in the selection.
337 338 339 340 341 342 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 337 class AdminScopeSelectionInput < Struct.new( :accounts, :organizational_units) SENSITIVE = [] include Aws::Structure end |