Class: Aws::Types::CreateFindingsReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFindingsReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_criteria ⇒ Types::FilterCriteria
Returns the value of attribute filter_criteria.
-
#report_format ⇒ "CSV", "JSON"
Returns the value of attribute report_format.
-
#s3_destination ⇒ Types::Destination
Returns the value of attribute s3_destination.
Instance Attribute Details
#filter_criteria ⇒ Types::FilterCriteria
Returns the value of attribute filter_criteria.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def filter_criteria @filter_criteria end |
#report_format ⇒ "CSV", "JSON"
Returns the value of attribute report_format.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def report_format @report_format end |
#s3_destination ⇒ Types::Destination
Returns the value of attribute s3_destination.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def s3_destination @s3_destination end |