Class: Aws::AuditManager::Types::DeleteAssessmentReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::DeleteAssessmentReportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The unique identifier for the assessment.
-
#assessment_report_id ⇒ String
The unique identifier for the assessment report.
Instance Attribute Details
#assessment_id ⇒ String
The unique identifier for the assessment.
2052 2053 2054 2055 2056 2057 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2052 class DeleteAssessmentReportRequest < Struct.new( :assessment_id, :assessment_report_id) SENSITIVE = [] include Aws::Structure end |
#assessment_report_id ⇒ String
The unique identifier for the assessment report.
2052 2053 2054 2055 2056 2057 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2052 class DeleteAssessmentReportRequest < Struct.new( :assessment_id, :assessment_report_id) SENSITIVE = [] include Aws::Structure end |