Class: Aws::Macie::Types::DisassociateMemberAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::DisassociateMemberAccountRequest
- 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 member account that you want to remove from Amazon Macie Classic.
Instance Attribute Details
#member_account_id ⇒ String
(Discontinued) The ID of the member account that you want to remove from Amazon Macie Classic.
134 135 136 137 138 |
# File 'lib/aws-sdk-macie/types.rb', line 134 class DisassociateMemberAccountRequest < Struct.new( :member_account_id) SENSITIVE = [] include Aws::Structure end |