Class: Aws::NetworkSecurityManager::Types::AdminScopeSelection
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::AdminScopeSelection
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
A selection of accounts and organizational units. This is the reference form, which includes display metadata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accounts ⇒ Array<Types::AccountReference>
The AWS accounts in the selection.
-
#organizational_units ⇒ Array<Types::OrganizationalUnitReference>
The AWS Organizations organizational units (OUs) in the selection.
Instance Attribute Details
#accounts ⇒ Array<Types::AccountReference>
The AWS accounts in the selection.
317 318 319 320 321 322 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 317 class AdminScopeSelection < Struct.new( :accounts, :organizational_units) SENSITIVE = [] include Aws::Structure end |
#organizational_units ⇒ Array<Types::OrganizationalUnitReference>
The AWS Organizations organizational units (OUs) in the selection.
317 318 319 320 321 322 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 317 class AdminScopeSelection < Struct.new( :accounts, :organizational_units) SENSITIVE = [] include Aws::Structure end |