Class: Aws::GuardDuty::Types::Master

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

Overview

Contains information about the administrator account and invitation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the account used as the administrator account.

Returns:

  • (String)


5174
5175
5176
5177
5178
5179
5180
5181
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5174

class Master < Struct.new(
  :account_id,
  :invitation_id,
  :relationship_status,
  :invited_at)
  SENSITIVE = []
  include Aws::Structure
end

#invitation_idString

The value used to validate the administrator account to the member account.

Returns:

  • (String)


5174
5175
5176
5177
5178
5179
5180
5181
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5174

class Master < Struct.new(
  :account_id,
  :invitation_id,
  :relationship_status,
  :invited_at)
  SENSITIVE = []
  include Aws::Structure
end

#invited_atString

The timestamp when the invitation was sent.

Returns:

  • (String)


5174
5175
5176
5177
5178
5179
5180
5181
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5174

class Master < Struct.new(
  :account_id,
  :invitation_id,
  :relationship_status,
  :invited_at)
  SENSITIVE = []
  include Aws::Structure
end

#relationship_statusString

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

Returns:

  • (String)


5174
5175
5176
5177
5178
5179
5180
5181
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5174

class Master < Struct.new(
  :account_id,
  :invitation_id,
  :relationship_status,
  :invited_at)
  SENSITIVE = []
  include Aws::Structure
end