Class: Aws::GuardDuty::Types::DeleteInvitationsRequest

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

Overview

Note:

When making an API call, you may pass DeleteInvitationsRequest data as a hash:

{
  account_ids: ["__string"], # required
}

DeleteInvitations request body.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

A list of account IDs of the AWS accounts that sent invitations to the current member account that you want to delete invitations from.

Returns:

  • (Array<String>)


753
754
755
756
# File 'lib/aws-sdk-guardduty/types.rb', line 753

class DeleteInvitationsRequest < Struct.new(
  :account_ids)
  include Aws::Structure
end