Class: Aws::Detective::Types::ListGraphsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of graphs to return at a time. The total must be less than the overall limit on the number of results to return, which is currently 200.

Returns:

  • (Integer)


905
906
907
908
909
910
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 905

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

#next_tokenString

For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.

Returns:

  • (String)


905
906
907
908
909
910
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 905

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