Class: Aws::Types::GetCisScanReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCisScanReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#report_format ⇒ "PDF", "CSV"
Returns the value of attribute report_format.
-
#scan_arn ⇒ ::String
Returns the value of attribute scan_arn.
-
#target_accounts ⇒ ::Array[::String]
Returns the value of attribute target_accounts.
Instance Attribute Details
#report_format ⇒ "PDF", "CSV"
Returns the value of attribute report_format.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def report_format @report_format end |
#scan_arn ⇒ ::String
Returns the value of attribute scan_arn.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def scan_arn @scan_arn end |
#target_accounts ⇒ ::Array[::String]
Returns the value of attribute target_accounts.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def target_accounts @target_accounts end |