Class: Aws::Macie2::Types::ListInvitationsResponse

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

Overview

Provides information about the Amazon Macie membership invitations that were received by an account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invitationsArray<Types::Invitation>

Returns:



4289
4290
4291
4292
4293
4294
# File 'lib/aws-sdk-macie2/types.rb', line 4289

class ListInvitationsResponse < Struct.new(
  :invitations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


4289
4290
4291
4292
4293
4294
# File 'lib/aws-sdk-macie2/types.rb', line 4289

class ListInvitationsResponse < Struct.new(
  :invitations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end