Class: Aws::Inspector2::Types::GetCisScanReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::GetCisScanReportRequest
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_format ⇒ String
The format of the report.
-
#scan_arn ⇒ String
The scan ARN.
-
#target_accounts ⇒ Array<String>
The target accounts.
Instance Attribute Details
#report_format ⇒ String
The format of the report. Valid values are PDF and CSV. If no
value is specified, the report format defaults to PDF.
4926 4927 4928 4929 4930 4931 4932 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4926 class GetCisScanReportRequest < Struct.new( :scan_arn, :target_accounts, :report_format) SENSITIVE = [] include Aws::Structure end |
#scan_arn ⇒ String
The scan ARN.
4926 4927 4928 4929 4930 4931 4932 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4926 class GetCisScanReportRequest < Struct.new( :scan_arn, :target_accounts, :report_format) SENSITIVE = [] include Aws::Structure end |
#target_accounts ⇒ Array<String>
The target accounts.
4926 4927 4928 4929 4930 4931 4932 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4926 class GetCisScanReportRequest < Struct.new( :scan_arn, :target_accounts, :report_format) SENSITIVE = [] include Aws::Structure end |