Class: Aws::Inspector2::Types::ListCodeSecurityIntegrationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListCodeSecurityIntegrationsResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integrations ⇒ Array<Types::CodeSecurityIntegrationSummary>
A list of code security integration summaries.
-
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
Instance Attribute Details
#integrations ⇒ Array<Types::CodeSecurityIntegrationSummary>
A list of code security integration summaries.
6208 6209 6210 6211 6212 6213 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6208 class ListCodeSecurityIntegrationsResponse < Struct.new( :integrations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
6208 6209 6210 6211 6212 6213 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6208 class ListCodeSecurityIntegrationsResponse < Struct.new( :integrations, :next_token) SENSITIVE = [] include Aws::Structure end |