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)


3485
3486
3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3485

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)


3485
3486
3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3485

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)


3485
3486
3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3485

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:

  • (Time)


3485
3486
3487
3488
3489
3490
3491
3492
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3485

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