Class: Aws::Detective::Types::ListInvitationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::ListInvitationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of behavior graph invitations to return in the response.
-
#next_token ⇒ String
For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of behavior graph invitations to return in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.
1083 1084 1085 1086 1087 1088 |
# File 'lib/aws-sdk-detective/types.rb', line 1083 class ListInvitationsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.
1083 1084 1085 1086 1087 1088 |
# File 'lib/aws-sdk-detective/types.rb', line 1083 class ListInvitationsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |