Class: Aws::Inspector2::Types::DisassociateMemberResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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 successfully disassociated member.

Returns:

  • (String)


2658
2659
2660
2661
2662
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2658

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