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

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 decline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idsArray<String>

Returns:

  • (Array<String>)


1661
1662
1663
1664
1665
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1661

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