Class: Aws::Inspector2::Types::AssociateMemberResponse

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 associated member account.

Returns:

  • (String)


383
384
385
386
387
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 383

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