Class: Aws::Inspector2::Types::ListCodeSecurityScanConfigurationAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListCodeSecurityScanConfigurationAssociationsRequest
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
-
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the scan configuration to list associations for.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in the response. If your
request would return more than the maximum the response will return
a nextToken value, use this value when you call the action again
to get the remaining results.
7480 7481 7482 7483 7484 7485 7486 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7480 class ListCodeSecurityScanConfigurationAssociationsRequest < Struct.new( :scan_configuration_arn, :next_token, :max_results) 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 to a list action. For subsequent calls, use the NextToken
value returned from the previous request to continue listing results
after the first page.
7480 7481 7482 7483 7484 7485 7486 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7480 class ListCodeSecurityScanConfigurationAssociationsRequest < Struct.new( :scan_configuration_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the scan configuration to list associations for.
7480 7481 7482 7483 7484 7485 7486 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 7480 class ListCodeSecurityScanConfigurationAssociationsRequest < Struct.new( :scan_configuration_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |