Class: Aws::Macie2::Types::DeleteInvitationsRequest

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

Overview

Specifies one or more accounts that sent Amazon Macie membership invitations to delete.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

Returns:

  • (Array<String>)


1764
1765
1766
1767
1768
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1764

class DeleteInvitationsRequest < Struct.new(
  :account_ids)
  SENSITIVE = []
  include Aws::Structure
end