Class: Aws::AuditManager::Types::GetAssessmentReportUrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetAssessmentReportUrlRequest
- 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.
2647 2648 2649 2650 2651 2652 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2647 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.
2647 2648 2649 2650 2651 2652 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2647 class GetAssessmentReportUrlRequest < Struct.new( :assessment_report_id, :assessment_id) SENSITIVE = [] include Aws::Structure end |