Class: Aws::Macie2::Types::DeclineInvitationsResponse

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

Overview

Provides information about unprocessed requests to decline Amazon Macie membership invitations that were received from specific accounts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unprocessed_accountsArray<Types::UnprocessedAccount>

Returns:



1676
1677
1678
1679
1680
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1676

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