Class: Aws::NetworkSecurityManager::Types::AdminAccountDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::AdminAccountDetails
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
The details of an AWS Network Security Manager administrator account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_account ⇒ String
The AWS account ID of the administrator account.
-
#admin_scope ⇒ Types::AdminScope
The administrative scope, which defines the accounts, organizational units, and firewall types that the administrator can manage.
-
#priority ⇒ Integer
The priority assigned to the administrator account.
-
#status ⇒ String
The status of the administrator account, either
ONBOARDEDorOFFBOARDED.
Instance Attribute Details
#admin_account ⇒ String
The AWS account ID of the administrator account.
128 129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 128 class AdminAccountDetails < Struct.new( :admin_account, :priority, :admin_scope, :status) SENSITIVE = [] include Aws::Structure end |
#admin_scope ⇒ Types::AdminScope
The administrative scope, which defines the accounts, organizational units, and firewall types that the administrator can manage.
128 129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 128 class AdminAccountDetails < Struct.new( :admin_account, :priority, :admin_scope, :status) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The priority assigned to the administrator account.
128 129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 128 class AdminAccountDetails < Struct.new( :admin_account, :priority, :admin_scope, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the administrator account, either ONBOARDED or
OFFBOARDED.
128 129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 128 class AdminAccountDetails < Struct.new( :admin_account, :priority, :admin_scope, :status) SENSITIVE = [] include Aws::Structure end |