Class: Aws::GuardDuty::Types::Member

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

Overview

Contains information about the member account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the member account.

Returns:

  • (String)


4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
# File 'lib/aws-sdk-guardduty/types.rb', line 4748

class Member < Struct.new(
  :account_id,
  :detector_id,
  :master_id,
  :email,
  :relationship_status,
  :invited_at,
  :updated_at,
  :administrator_id)
  SENSITIVE = []
  include Aws::Structure
end

#administrator_idString

The administrator account ID.

Returns:

  • (String)


4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
# File 'lib/aws-sdk-guardduty/types.rb', line 4748

class Member < Struct.new(
  :account_id,
  :detector_id,
  :master_id,
  :email,
  :relationship_status,
  :invited_at,
  :updated_at,
  :administrator_id)
  SENSITIVE = []
  include Aws::Structure
end

#detector_idString

The detector ID of the member account.

Returns:

  • (String)


4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
# File 'lib/aws-sdk-guardduty/types.rb', line 4748

class Member < Struct.new(
  :account_id,
  :detector_id,
  :master_id,
  :email,
  :relationship_status,
  :invited_at,
  :updated_at,
  :administrator_id)
  SENSITIVE = []
  include Aws::Structure
end

#emailString

The email address of the member account.

Returns:

  • (String)


4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
# File 'lib/aws-sdk-guardduty/types.rb', line 4748

class Member < Struct.new(
  :account_id,
  :detector_id,
  :master_id,
  :email,
  :relationship_status,
  :invited_at,
  :updated_at,
  :administrator_id)
  SENSITIVE = []
  include Aws::Structure
end

#invited_atString

The timestamp when the invitation was sent.

Returns:

  • (String)


4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
# File 'lib/aws-sdk-guardduty/types.rb', line 4748

class Member < Struct.new(
  :account_id,
  :detector_id,
  :master_id,
  :email,
  :relationship_status,
  :invited_at,
  :updated_at,
  :administrator_id)
  SENSITIVE = []
  include Aws::Structure
end

#master_idString

The administrator account ID.

Returns:

  • (String)


4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
# File 'lib/aws-sdk-guardduty/types.rb', line 4748

class Member < Struct.new(
  :account_id,
  :detector_id,
  :master_id,
  :email,
  :relationship_status,
  :invited_at,
  :updated_at,
  :administrator_id)
  SENSITIVE = []
  include Aws::Structure
end

#relationship_statusString

The status of the relationship between the member and the administrator.

Returns:

  • (String)


4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
# File 'lib/aws-sdk-guardduty/types.rb', line 4748

class Member < Struct.new(
  :account_id,
  :detector_id,
  :master_id,
  :email,
  :relationship_status,
  :invited_at,
  :updated_at,
  :administrator_id)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atString

The last-updated timestamp of the member.

Returns:

  • (String)


4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
# File 'lib/aws-sdk-guardduty/types.rb', line 4748

class Member < Struct.new(
  :account_id,
  :detector_id,
  :master_id,
  :email,
  :relationship_status,
  :invited_at,
  :updated_at,
  :administrator_id)
  SENSITIVE = []
  include Aws::Structure
end