Class: Aws::Inspector2::Types::DisassociateMemberResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::DisassociateMemberResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID of the successfully disassociated member.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the successfully disassociated member.
2679 2680 2681 2682 2683 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2679 class DisassociateMemberResponse < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |