Class: Aws::Macie2::Types::DeclineInvitationsRequest

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

Returns:

  • (Array<String>)


1756
1757
1758
1759
1760
# File 'lib/aws-sdk-macie2/types.rb', line 1756

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