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)


5325
5326
5327
5328
5329
5330
5331
5332
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5325

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)


5325
5326
5327
5328
5329
5330
5331
5332
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5325

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)


5325
5326
5327
5328
5329
5330
5331
5332
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5325

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:



5325
5326
5327
5328
5329
5330
5331
5332
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5325

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