Class: Aws::Detective::Types::CreateMembersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#accountsArray<Types::Account>

The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the Amazon Web Services account root user email address. For organization accounts in the organization behavior graph, the email address is not required.

Returns:



249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 249

class CreateMembersRequest < Struct.new(
  :graph_arn,
  :message,
  :disable_email_notification,
  :accounts)
  SENSITIVE = [:message]
  include Aws::Structure
end

#disable_email_notificationBoolean

if set to true, then the invited accounts do not receive email notifications. By default, this is set to false, and the invited accounts receive email notifications.

Organization accounts in the organization behavior graph do not receive email notifications.

Returns:

  • (Boolean)


249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 249

class CreateMembersRequest < Struct.new(
  :graph_arn,
  :message,
  :disable_email_notification,
  :accounts)
  SENSITIVE = [:message]
  include Aws::Structure
end

#graph_arnString

The ARN of the behavior graph.

Returns:

  • (String)


249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 249

class CreateMembersRequest < Struct.new(
  :graph_arn,
  :message,
  :disable_email_notification,
  :accounts)
  SENSITIVE = [:message]
  include Aws::Structure
end

#messageString

Customized message text to include in the invitation email message to the invited member accounts.

Returns:

  • (String)


249
250
251
252
253
254
255
256
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 249

class CreateMembersRequest < Struct.new(
  :graph_arn,
  :message,
  :disable_email_notification,
  :accounts)
  SENSITIVE = [:message]
  include Aws::Structure
end