Class: Aws::Inspector2::Types::Member
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Member
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Details on a member account in your organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID of the member account.
-
#delegated_admin_account_id ⇒ String
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
-
#relationship_status ⇒ String
The status of the member account.
-
#updated_at ⇒ Time
A timestamp showing when the status of this member was last updated.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the member account.
5419 5420 5421 5422 5423 5424 5425 5426 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5419 class Member < Struct.new( :account_id, :delegated_admin_account_id, :relationship_status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#delegated_admin_account_id ⇒ String
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
5419 5420 5421 5422 5423 5424 5425 5426 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5419 class Member < Struct.new( :account_id, :delegated_admin_account_id, :relationship_status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#relationship_status ⇒ String
The status of the member account.
5419 5420 5421 5422 5423 5424 5425 5426 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5419 class Member < Struct.new( :account_id, :delegated_admin_account_id, :relationship_status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
A timestamp showing when the status of this member was last updated.
5419 5420 5421 5422 5423 5424 5425 5426 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5419 class Member < Struct.new( :account_id, :delegated_admin_account_id, :relationship_status, :updated_at) SENSITIVE = [] include Aws::Structure end |