Class: Aws::SecurityHub::Types::AdminAccount

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

Overview

Represents a Security Hub administrator account designated by an organization management account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account identifier of the Security Hub administrator account.

Returns:

  • (String)


303
304
305
306
307
308
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 303

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

#statusString

The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator.

Returns:

  • (String)


303
304
305
306
307
308
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 303

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