Class: Aws::Detective::Types::ListDatasourcePackagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::ListDatasourcePackagesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_arn ⇒ String
The ARN of the behavior graph.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
For requests to get the next page of results, the pagination token that was returned with the previous set of results.
Instance Attribute Details
#graph_arn ⇒ String
The ARN of the behavior graph.
864 865 866 867 868 869 870 |
# File 'lib/aws-sdk-detective/types.rb', line 864 class ListDatasourcePackagesRequest < Struct.new( :graph_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
864 865 866 867 868 869 870 |
# File 'lib/aws-sdk-detective/types.rb', line 864 class ListDatasourcePackagesRequest < Struct.new( :graph_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
864 865 866 867 868 869 870 |
# File 'lib/aws-sdk-detective/types.rb', line 864 class ListDatasourcePackagesRequest < Struct.new( :graph_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |