Class: Aws::GuardDuty::Types::Invitation

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

Overview

Contains information about the invitation to become a member account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the account that the invitation was sent from.

Returns:

  • (String)


3908
3909
3910
3911
3912
3913
3914
3915
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3908

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

#invitation_idString

The ID of the invitation. This value is used to validate the inviter account to the member account.

Returns:

  • (String)


3908
3909
3910
3911
3912
3913
3914
3915
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3908

class Invitation < 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)


3908
3909
3910
3911
3912
3913
3914
3915
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3908

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

#relationship_statusString

The status of the relationship between the inviter and invitee accounts.

Returns:

  • (String)


3908
3909
3910
3911
3912
3913
3914
3915
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3908

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