Class: Aws::Inspector2::Types::AssociateMemberRequest

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

Returns:

  • (String)


370
371
372
373
374
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 370

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