Class: Aws::FMS::Types::GetAdminScopeResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#admin_scopeTypes::AdminScope

Contains details about the administrative scope of the requested account.

Returns:



1453
1454
1455
1456
1457
1458
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1453

class GetAdminScopeResponse < Struct.new(
  :admin_scope,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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.

Returns:

  • (String)


1453
1454
1455
1456
1457
1458
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1453

class GetAdminScopeResponse < Struct.new(
  :admin_scope,
  :status)
  SENSITIVE = []
  include Aws::Structure
end