Class: Aws::Inspector2::Types::ListCodeSecurityIntegrationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


6209
6210
6211
6212
6213
6214
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6209

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

#next_tokenString

A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page.

Returns:

  • (String)


6209
6210
6211
6212
6213
6214
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6209

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