Method: Aws::SecurityHub::Types::Member#account_id
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#account_id ⇒ String
The Amazon Web Services account ID of the member account.
27524 27525 27526 27527 27528 27529 27530 27531 27532 27533 27534 |
# File 'lib/aws-sdk-securityhub/types.rb', line 27524 class Member < Struct.new( :account_id, :email, :master_id, :administrator_id, :member_status, :invited_at, :updated_at) SENSITIVE = [] include Aws::Structure end |