Class: Aws::Macie::Types::AssociateMemberAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::AssociateMemberAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member_account_id ⇒ String
(Discontinued) The ID of the Amazon Web Services account that you want to associate with Amazon Macie Classic as a member account.
Instance Attribute Details
#member_account_id ⇒ String
(Discontinued) The ID of the Amazon Web Services account that you want to associate with Amazon Macie Classic as a member account.
39 40 41 42 43 |
# File 'lib/aws-sdk-macie/types.rb', line 39 class AssociateMemberAccountRequest < Struct.new( :member_account_id) SENSITIVE = [] include Aws::Structure end |