Class: Aws::Detective::Types::ListGraphsResponse

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

#graph_listArray<Types::Graph>

A list of behavior graphs that the account is an administrator account for.

Returns:



925
926
927
928
929
930
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 925

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

#next_tokenString

If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.

Returns:

  • (String)


925
926
927
928
929
930
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 925

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