Class: Aws::Detective::Types::ListDatasourcePackagesRequest

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_arnString

The ARN of the behavior graph.

Returns:

  • (String)


864
865
866
867
868
869
870
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 864

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

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


864
865
866
867
868
869
870
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 864

class ListDatasourcePackagesRequest < Struct.new(
  :graph_arn,
  :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)


864
865
866
867
868
869
870
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 864

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