Class: Aws::NetworkSecurityManager::Types::AccountSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::AccountSet
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
A set of AWS accounts and organizational units.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The list of AWS account IDs.
-
#organizational_units ⇒ Array<String>
The AWS Organizations organizational units (OUs) in the selection.
Instance Attribute Details
#account_ids ⇒ Array<String>
The list of AWS account IDs.
99 100 101 102 103 104 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 99 class AccountSet < Struct.new( :account_ids, :organizational_units) SENSITIVE = [] include Aws::Structure end |
#organizational_units ⇒ Array<String>
The AWS Organizations organizational units (OUs) in the selection.
99 100 101 102 103 104 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 99 class AccountSet < Struct.new( :account_ids, :organizational_units) SENSITIVE = [] include Aws::Structure end |