Class: Aws::Inspector2::Types::GetCisScanResultDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::GetCisScanResultDetailsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID.
-
#filter_criteria ⇒ Types::CisScanResultDetailsFilterCriteria
The filter criteria.
-
#max_results ⇒ Integer
The maximum number of CIS scan result details to be returned in a single page of results.
-
#next_token ⇒ String
The pagination token from a previous request that’s used to retrieve the next page of results.
-
#scan_arn ⇒ String
The scan ARN.
-
#sort_by ⇒ String
The sort by order.
-
#sort_order ⇒ String
The sort order.
-
#target_resource_id ⇒ String
The target resource ID.
Instance Attribute Details
#account_id ⇒ String
The account ID.
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3955 class GetCisScanResultDetailsRequest < Struct.new( :account_id, :filter_criteria, :max_results, :next_token, :scan_arn, :sort_by, :sort_order, :target_resource_id) SENSITIVE = [] include Aws::Structure end |
#filter_criteria ⇒ Types::CisScanResultDetailsFilterCriteria
The filter criteria.
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3955 class GetCisScanResultDetailsRequest < Struct.new( :account_id, :filter_criteria, :max_results, :next_token, :scan_arn, :sort_by, :sort_order, :target_resource_id) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of CIS scan result details to be returned in a single page of results.
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3955 class GetCisScanResultDetailsRequest < Struct.new( :account_id, :filter_criteria, :max_results, :next_token, :scan_arn, :sort_by, :sort_order, :target_resource_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from a previous request that’s used to retrieve the next page of results.
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3955 class GetCisScanResultDetailsRequest < Struct.new( :account_id, :filter_criteria, :max_results, :next_token, :scan_arn, :sort_by, :sort_order, :target_resource_id) SENSITIVE = [] include Aws::Structure end |
#scan_arn ⇒ String
The scan ARN.
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3955 class GetCisScanResultDetailsRequest < Struct.new( :account_id, :filter_criteria, :max_results, :next_token, :scan_arn, :sort_by, :sort_order, :target_resource_id) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The sort by order.
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3955 class GetCisScanResultDetailsRequest < Struct.new( :account_id, :filter_criteria, :max_results, :next_token, :scan_arn, :sort_by, :sort_order, :target_resource_id) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order.
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3955 class GetCisScanResultDetailsRequest < Struct.new( :account_id, :filter_criteria, :max_results, :next_token, :scan_arn, :sort_by, :sort_order, :target_resource_id) SENSITIVE = [] include Aws::Structure end |
#target_resource_id ⇒ String
The target resource ID.
3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3955 class GetCisScanResultDetailsRequest < Struct.new( :account_id, :filter_criteria, :max_results, :next_token, :scan_arn, :sort_by, :sort_order, :target_resource_id) SENSITIVE = [] include Aws::Structure end |