Class: Aws::SecurityHub::Types::Invitation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Invitation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about an invitation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the Security Hub administrator account that the invitation was sent from.
-
#invitation_id ⇒ String
The ID of the invitation sent to the member account.
-
#invited_at ⇒ Time
The timestamp of when the invitation was sent.
-
#member_status ⇒ String
The current status of the association between the member and administrator accounts.
Instance Attribute Details
#account_id ⇒ String
The account ID of the Security Hub administrator account that the invitation was sent from.
26088 26089 26090 26091 26092 26093 26094 26095 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26088 class Invitation < Struct.new( :account_id, :invitation_id, :invited_at, :member_status) SENSITIVE = [] include Aws::Structure end |
#invitation_id ⇒ String
The ID of the invitation sent to the member account.
26088 26089 26090 26091 26092 26093 26094 26095 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26088 class Invitation < Struct.new( :account_id, :invitation_id, :invited_at, :member_status) SENSITIVE = [] include Aws::Structure end |
#invited_at ⇒ Time
The timestamp of when the invitation was sent.
26088 26089 26090 26091 26092 26093 26094 26095 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26088 class Invitation < Struct.new( :account_id, :invitation_id, :invited_at, :member_status) SENSITIVE = [] include Aws::Structure end |
#member_status ⇒ String
The current status of the association between the member and administrator accounts.
26088 26089 26090 26091 26092 26093 26094 26095 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26088 class Invitation < Struct.new( :account_id, :invitation_id, :invited_at, :member_status) SENSITIVE = [] include Aws::Structure end |