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

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

Returns:

  • (String)


396
397
398
399
400
# File 'lib/aws-sdk-inspector2/types.rb', line 396

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