Class: Aws::SecurityHub::Types::DescribeProductsV2Request

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


24175
24176
24177
24178
24179
24180
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24175

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

#next_tokenString

The token required for pagination. On your first call, set the value of this parameter to NULL. For subsequent calls, to continue listing data, set the value of this parameter to the value returned in the previous response.

Returns:

  • (String)


24175
24176
24177
24178
24179
24180
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24175

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