Class: Aws::Detective::Types::ListGraphsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::ListGraphsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_list ⇒ Array<Types::Graph>
A list of behavior graphs that the account is an administrator account for.
-
#next_token ⇒ String
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.
Instance Attribute Details
#graph_list ⇒ Array<Types::Graph>
A list of behavior graphs that the account is an administrator account for.
925 926 927 928 929 930 |
# File 'lib/aws-sdk-detective/types.rb', line 925 class ListGraphsResponse < Struct.new( :graph_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
925 926 927 928 929 930 |
# File 'lib/aws-sdk-detective/types.rb', line 925 class ListGraphsResponse < Struct.new( :graph_list, :next_token) SENSITIVE = [] include Aws::Structure end |