Class: Aws::Inspector::Types::GetExclusionsPreviewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::GetExclusionsPreviewRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_template_arn ⇒ String
The ARN that specifies the assessment template for which the exclusions preview was requested.
-
#locale ⇒ String
The locale into which you want to translate the exclusion’s title, description, and recommendation.
-
#max_results ⇒ Integer
You can use this parameter to indicate the maximum number of items you want in the response.
-
#next_token ⇒ String
You can use this parameter when paginating results.
-
#preview_token ⇒ String
The unique identifier associated of the exclusions preview.
Instance Attribute Details
#assessment_template_arn ⇒ String
The ARN that specifies the assessment template for which the exclusions preview was requested.
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-inspector/types.rb', line 1527 class GetExclusionsPreviewRequest < Struct.new( :assessment_template_arn, :preview_token, :next_token, :max_results, :locale) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
The locale into which you want to translate the exclusion’s title, description, and recommendation.
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-inspector/types.rb', line 1527 class GetExclusionsPreviewRequest < Struct.new( :assessment_template_arn, :preview_token, :next_token, :max_results, :locale) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
You can use this parameter to indicate the maximum number of items you want in the response. The default value is 100. The maximum value is 500.
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-inspector/types.rb', line 1527 class GetExclusionsPreviewRequest < Struct.new( :assessment_template_arn, :preview_token, :next_token, :max_results, :locale) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the GetExclusionsPreviewRequest action. Subsequent calls to the action fill nextToken in the request with the value of nextToken from the previous response to continue listing data.
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-inspector/types.rb', line 1527 class GetExclusionsPreviewRequest < Struct.new( :assessment_template_arn, :preview_token, :next_token, :max_results, :locale) SENSITIVE = [] include Aws::Structure end |
#preview_token ⇒ String
The unique identifier associated of the exclusions preview.
1527 1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-inspector/types.rb', line 1527 class GetExclusionsPreviewRequest < Struct.new( :assessment_template_arn, :preview_token, :next_token, :max_results, :locale) SENSITIVE = [] include Aws::Structure end |