Class: Aws::Inspector2::Types::Member

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

Overview

Details on a member account in your organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the member account.

Returns:

  • (String)


5399
5400
5401
5402
5403
5404
5405
5406
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5399

class Member < Struct.new(
  :account_id,
  :delegated_admin_account_id,
  :relationship_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#delegated_admin_account_idString

The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.

Returns:

  • (String)


5399
5400
5401
5402
5403
5404
5405
5406
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5399

class Member < Struct.new(
  :account_id,
  :delegated_admin_account_id,
  :relationship_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#relationship_statusString

The status of the member account.

Returns:

  • (String)


5399
5400
5401
5402
5403
5404
5405
5406
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5399

class Member < Struct.new(
  :account_id,
  :delegated_admin_account_id,
  :relationship_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

A timestamp showing when the status of this member was last updated.

Returns:



5399
5400
5401
5402
5403
5404
5405
5406
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5399

class Member < Struct.new(
  :account_id,
  :delegated_admin_account_id,
  :relationship_status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end