Class: Aws::GuardDuty::Types::ListInvitationsRequest

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

Overview

Note:

When making an API call, you may pass ListInvitationsRequest data as a hash:

{
  max_results: 1,
  next_token: "__string",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

You can use this parameter to indicate the maximum number of items that you want in the response.

Returns:

  • (Integer)


1922
1923
1924
1925
1926
# File 'lib/aws-sdk-guardduty/types.rb', line 1922

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

#next_tokenString

Returns:

  • (String)


1922
1923
1924
1925
1926
# File 'lib/aws-sdk-guardduty/types.rb', line 1922

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