Class: Aws::Inspector2::Types::DisassociateMemberRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the member account to disassociate.

Returns:

  • (String)


2666
2667
2668
2669
2670
# File 'lib/aws-sdk-inspector2/types.rb', line 2666

class DisassociateMemberRequest < Struct.new(
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end