Class: Aws::Macie::Types::MemberAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::MemberAccount
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie/types.rb
Overview
(Discontinued) Contains information about the Amazon Macie Classic member account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
(Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account.
Instance Attribute Details
#account_id ⇒ String
(Discontinued) The Amazon Web Services account ID of the Amazon Macie Classic member account.
371 372 373 374 375 |
# File 'lib/aws-sdk-macie/types.rb', line 371 class MemberAccount < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |