Class: Aws::GuardDuty::Types::CreateMembersRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_detailsArray<Types::AccountDetail>

A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty administrator account.

Returns:



1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1543

class CreateMembersRequest < Struct.new(
  :detector_id,
  :account_details)
  SENSITIVE = []
  include Aws::Structure
end

#detector_idString

The unique ID of the detector of the GuardDuty account that you want to associate member accounts with.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1543

class CreateMembersRequest < Struct.new(
  :detector_id,
  :account_details)
  SENSITIVE = []
  include Aws::Structure
end