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

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


3095
3096
3097
3098
3099
3100
3101
3102
# File 'lib/aws-sdk-guardduty/types.rb', line 3095

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)


3095
3096
3097
3098
3099
3100
3101
3102
# File 'lib/aws-sdk-guardduty/types.rb', line 3095

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)


3095
3096
3097
3098
3099
3100
3101
3102
# File 'lib/aws-sdk-guardduty/types.rb', line 3095

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)


3095
3096
3097
3098
3099
3100
3101
3102
# File 'lib/aws-sdk-guardduty/types.rb', line 3095

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