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

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

Overview

Contains details about the master account.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Master account ID

Returns:

  • (String)


2097
2098
2099
2100
2101
2102
2103
# File 'lib/aws-sdk-guardduty/types.rb', line 2097

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

#invitation_idString

This value is used to validate the master account to the member account.

Returns:

  • (String)


2097
2098
2099
2100
2101
2102
2103
# File 'lib/aws-sdk-guardduty/types.rb', line 2097

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

#invited_atString

Timestamp at which the invitation was sent

Returns:

  • (String)


2097
2098
2099
2100
2101
2102
2103
# File 'lib/aws-sdk-guardduty/types.rb', line 2097

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

#relationship_statusString

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

Returns:

  • (String)


2097
2098
2099
2100
2101
2102
2103
# File 'lib/aws-sdk-guardduty/types.rb', line 2097

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