Class: Aws::Types::GetAssessmentReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAssessmentReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_run_arn ⇒ ::String
Returns the value of attribute assessment_run_arn.
-
#report_file_format ⇒ "HTML", "PDF"
Returns the value of attribute report_file_format.
-
#report_type ⇒ "FINDING", "FULL"
Returns the value of attribute report_type.
Instance Attribute Details
#assessment_run_arn ⇒ ::String
Returns the value of attribute assessment_run_arn.
397 398 399 |
# File 'sig/types.rbs', line 397 def assessment_run_arn @assessment_run_arn end |
#report_file_format ⇒ "HTML", "PDF"
Returns the value of attribute report_file_format.
398 399 400 |
# File 'sig/types.rbs', line 398 def report_file_format @report_file_format end |
#report_type ⇒ "FINDING", "FULL"
Returns the value of attribute report_type.
399 400 401 |
# File 'sig/types.rbs', line 399 def report_type @report_type end |