Class: Aws::Inspector2::Types::GetCisScanResultDetailsRequest

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

#account_idString

The account ID.

Returns:

  • (String)


3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3935

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_criteriaTypes::CisScanResultDetailsFilterCriteria

The filter criteria.



3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3935

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_resultsInteger

The maximum number of CIS scan result details to be returned in a single page of results.

Returns:

  • (Integer)


3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3935

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_tokenString

The pagination token from a previous request that's used to retrieve the next page of results.

Returns:

  • (String)


3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3935

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_arnString

The scan ARN.

Returns:

  • (String)


3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3935

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_byString

The sort by order.

Returns:

  • (String)


3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3935

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_orderString

The sort order.

Returns:

  • (String)


3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3935

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_idString

The target resource ID.

Returns:

  • (String)


3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3935

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