Class: Aws::FMS::Types::GetAdminAccountResponse

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_accountString

The account that is set as the Firewall Manager default administrator.

Returns:

  • (String)


1409
1410
1411
1412
1413
1414
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1409

class GetAdminAccountResponse < Struct.new(
  :admin_account,
  :role_status)
  SENSITIVE = []
  include Aws::Structure
end

#role_statusString

The status of the account that you set as the Firewall Manager default administrator.

Returns:

  • (String)


1409
1410
1411
1412
1413
1414
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1409

class GetAdminAccountResponse < Struct.new(
  :admin_account,
  :role_status)
  SENSITIVE = []
  include Aws::Structure
end