Class: Aws::SecurityHub::Types::Invitation

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

Overview

Details about an invitation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the Security Hub administrator account that the invitation was sent from.



26498
26499
26500
26501
26502
26503
26504
26505
# File 'lib/aws-sdk-securityhub/types.rb', line 26498

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

#invitation_idString

The ID of the invitation sent to the member account.



26498
26499
26500
26501
26502
26503
26504
26505
# File 'lib/aws-sdk-securityhub/types.rb', line 26498

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

#invited_atTime

The timestamp of when the invitation was sent.



26498
26499
26500
26501
26502
26503
26504
26505
# File 'lib/aws-sdk-securityhub/types.rb', line 26498

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

#member_statusString

The current status of the association between the member and administrator accounts.



26498
26499
26500
26501
26502
26503
26504
26505
# File 'lib/aws-sdk-securityhub/types.rb', line 26498

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