Class: Aws::Inspector2::Types::GetCisScanReportRequest

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

#report_formatString

The format of the report. Valid values are PDF and CSV. If no value is specified, the report format defaults to PDF.

Returns:

  • (String)


3874
3875
3876
3877
3878
3879
3880
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3874

class GetCisScanReportRequest < Struct.new(
  :report_format,
  :scan_arn,
  :target_accounts)
  SENSITIVE = []
  include Aws::Structure
end

#scan_arnString

The scan ARN.

Returns:

  • (String)


3874
3875
3876
3877
3878
3879
3880
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3874

class GetCisScanReportRequest < Struct.new(
  :report_format,
  :scan_arn,
  :target_accounts)
  SENSITIVE = []
  include Aws::Structure
end

#target_accountsArray<String>

The target accounts.

Returns:

  • (Array<String>)


3874
3875
3876
3877
3878
3879
3880
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3874

class GetCisScanReportRequest < Struct.new(
  :report_format,
  :scan_arn,
  :target_accounts)
  SENSITIVE = []
  include Aws::Structure
end