Class: Aws::SecurityHub::Types::Member
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Member
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
The details about a member account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The AWS account ID of the member account.
-
#email ⇒ String
The email address of the member account.
-
#invited_at ⇒ Time
A timestamp for the date and time when the invitation was sent to the member account.
-
#master_id ⇒ String
The AWS account ID of the Security Hub master account associated with this member account.
-
#member_status ⇒ String
The status of the relationship between the member account and its master account.
-
#updated_at ⇒ Time
The timestamp for the date and time when the member account was updated.
Instance Attribute Details
#account_id ⇒ String
The AWS account ID of the member account.
20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20043 class Member < Struct.new( :account_id, :email, :master_id, :member_status, :invited_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#email ⇒ String
The email address of the member account.
20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20043 class Member < Struct.new( :account_id, :email, :master_id, :member_status, :invited_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#invited_at ⇒ Time
A timestamp for the date and time when the invitation was sent to the member account.
20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20043 class Member < Struct.new( :account_id, :email, :master_id, :member_status, :invited_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#master_id ⇒ String
The AWS account ID of the Security Hub master account associated with this member account.
20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20043 class Member < Struct.new( :account_id, :email, :master_id, :member_status, :invited_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#member_status ⇒ String
The status of the relationship between the member account and its master account.
The status can have one of the following values:
CREATED
- Indicates that the master account added the member account, but has not yet invited the member account.INVITED
- Indicates that the master account invited the member account. The member account has not yet responded to the invitation.ENABLED
- Indicates that the member account is currently active. For manually invited member accounts, indicates that the member account accepted the invitation.REMOVED
- Indicates that the master account disassociated the member account.RESIGNED
- Indicates that the member account disassociated themselves from the master account.DELETED
- Indicates that the master account deleted the member account.
20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20043 class Member < Struct.new( :account_id, :email, :master_id, :member_status, :invited_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp for the date and time when the member account was updated.
20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 20043 class Member < Struct.new( :account_id, :email, :master_id, :member_status, :invited_at, :updated_at) SENSITIVE = [] include Aws::Structure end |