Class: Aws::AuditManager::Types::GetAssessmentReportUrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetAssessmentReportUrlRequest
- Defined in:
- gems/aws-sdk-auditmanager/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.
2543 2544 2545 2546 2547 2548 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2543 class GetAssessmentReportUrlRequest < Struct.new( :assessment_report_id, :assessment_id) SENSITIVE = [] include Aws::Structure end |
#assessment_report_id ⇒ String
The unique identifier for the assessment report.
2543 2544 2545 2546 2547 2548 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2543 class GetAssessmentReportUrlRequest < Struct.new( :assessment_report_id, :assessment_id) SENSITIVE = [] include Aws::Structure end |