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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5926
5927
5928
5929
5930
5931
5932
5933
# File 'lib/aws-sdk-guardduty/types.rb', line 5926

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)


5926
5927
5928
5929
5930
5931
5932
5933
# File 'lib/aws-sdk-guardduty/types.rb', line 5926

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)


5926
5927
5928
5929
5930
5931
5932
5933
# File 'lib/aws-sdk-guardduty/types.rb', line 5926

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)


5926
5927
5928
5929
5930
5931
5932
5933
# File 'lib/aws-sdk-guardduty/types.rb', line 5926

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