Class: Aws::Inspector2::Types::DisassociateMemberResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::DisassociateMemberResponse
- Defined in:
- gems/aws-sdk-inspector2/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.
1383 1384 1385 1386 1387 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 1383 class DisassociateMemberResponse < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |