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)


3619
3620
3621
3622
3623
# File 'lib/aws-sdk-inspector2/types.rb', line 3619

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