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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#admin_accountString

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

Returns:

  • (String)


539
540
541
542
543
544
# File 'lib/aws-sdk-fms/types.rb', line 539

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

#role_statusString

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

Returns:

  • (String)


539
540
541
542
543
544
# File 'lib/aws-sdk-fms/types.rb', line 539

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