Class: Aws::FMS::Types::GetAdminScopeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetAdminScopeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_scope ⇒ Types::AdminScope
Contains details about the administrative scope of the requested account.
-
#status ⇒ String
The current status of the request to onboard a member account as an Firewall Manager administrator.
Instance Attribute Details
#admin_scope ⇒ Types::AdminScope
Contains details about the administrative scope of the requested account.
1453 1454 1455 1456 1457 1458 |
# File 'lib/aws-sdk-fms/types.rb', line 1453 class GetAdminScopeResponse < Struct.new( :admin_scope, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the request to onboard a member account as an Firewall Manager administrator.
-
‘ONBOARDING` - The account is onboarding to Firewall Manager as an administrator.
-
‘ONBOARDING_COMPLETE` - Firewall Manager The account is onboarded to Firewall Manager as an administrator, and can perform actions on the resources defined in their AdminScope.
-
‘OFFBOARDING` - The account is being removed as an Firewall Manager administrator.
-
‘OFFBOARDING_COMPLETE` - The account has been removed as an Firewall Manager administrator.
1453 1454 1455 1456 1457 1458 |
# File 'lib/aws-sdk-fms/types.rb', line 1453 class GetAdminScopeResponse < Struct.new( :admin_scope, :status) SENSITIVE = [] include Aws::Structure end |