Class: Aws::GuardDuty::Types::InviteMembersRequest

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_idsArray<String>

A list of account IDs of the accounts that you want to invite to GuardDuty as members.

Returns:

  • (Array<String>)


3932
3933
3934
3935
3936
3937
3938
3939
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3932

class InviteMembersRequest < Struct.new(
  :detector_id,
  :account_ids,
  :disable_email_notification,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#detector_idString

The unique ID of the detector of the GuardDuty account that you want to invite members with.

Returns:

  • (String)


3932
3933
3934
3935
3936
3937
3938
3939
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3932

class InviteMembersRequest < Struct.new(
  :detector_id,
  :account_ids,
  :disable_email_notification,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#disable_email_notificationBoolean

A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.

Returns:

  • (Boolean)


3932
3933
3934
3935
3936
3937
3938
3939
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3932

class InviteMembersRequest < Struct.new(
  :detector_id,
  :account_ids,
  :disable_email_notification,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.

Returns:

  • (String)


3932
3933
3934
3935
3936
3937
3938
3939
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3932

class InviteMembersRequest < Struct.new(
  :detector_id,
  :account_ids,
  :disable_email_notification,
  :message)
  SENSITIVE = []
  include Aws::Structure
end