Class: Aws::Detective::Types::CreateMembersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::CreateMembersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:message]
Instance Attribute Summary collapse
-
#accounts ⇒ Array<Types::Account>
The list of Amazon Web Services accounts to invite or to enable.
-
#disable_email_notification ⇒ Boolean
if set to ‘true`, then the invited accounts do not receive email notifications.
-
#graph_arn ⇒ String
The ARN of the behavior graph.
-
#message ⇒ String
Customized message text to include in the invitation email message to the invited member accounts.
Instance Attribute Details
#accounts ⇒ Array<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.
249 250 251 252 253 254 255 256 |
# File '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_notification ⇒ Boolean
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.
249 250 251 252 253 254 255 256 |
# File '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_arn ⇒ String
The ARN of the behavior graph.
249 250 251 252 253 254 255 256 |
# File '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 |
#message ⇒ String
Customized message text to include in the invitation email message to the invited member accounts.
249 250 251 252 253 254 255 256 |
# File '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 |