Class: Aws::Macie2::Types::ListInvitationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Returns:

  • (Integer)


4271
4272
4273
4274
4275
4276
# File 'lib/aws-sdk-macie2/types.rb', line 4271

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

#next_tokenString

Returns:

  • (String)


4271
4272
4273
4274
4275
4276
# File 'lib/aws-sdk-macie2/types.rb', line 4271

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