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.
2627 2628 2629 2630 2631 2632 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2627 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.
2627 2628 2629 2630 2631 2632 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2627 class GetAssessmentReportUrlRequest < Struct.new( :assessment_report_id, :assessment_id) SENSITIVE = [] include Aws::Structure end |