Class: Aws::GuardDuty::Types::Invitation
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Invitation
- 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
-
#account_id ⇒ String
The ID of the account that the invitation was sent from.
-
#invitation_id ⇒ String
The ID of the invitation.
-
#invited_at ⇒ String
The timestamp when the invitation was sent.
-
#relationship_status ⇒ String
The status of the relationship between the inviter and invitee accounts.
Instance Attribute Details
#account_id ⇒ String
The ID of the account that the invitation was sent from.
4444 4445 4446 4447 4448 4449 4450 4451 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4444 class Invitation < Struct.new( :account_id, :invitation_id, :relationship_status, :invited_at) SENSITIVE = [] include Aws::Structure end |
#invitation_id ⇒ String
The ID of the invitation. This value is used to validate the inviter account to the member account.
4444 4445 4446 4447 4448 4449 4450 4451 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4444 class Invitation < Struct.new( :account_id, :invitation_id, :relationship_status, :invited_at) SENSITIVE = [] include Aws::Structure end |
#invited_at ⇒ String
The timestamp when the invitation was sent.
4444 4445 4446 4447 4448 4449 4450 4451 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4444 class Invitation < Struct.new( :account_id, :invitation_id, :relationship_status, :invited_at) SENSITIVE = [] include Aws::Structure end |
#relationship_status ⇒ String
The status of the relationship between the inviter and invitee accounts.
4444 4445 4446 4447 4448 4449 4450 4451 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4444 class Invitation < Struct.new( :account_id, :invitation_id, :relationship_status, :invited_at) SENSITIVE = [] include Aws::Structure end |