Class: Aws::AuditManager::Types::GetInsightsByAssessmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetInsightsByAssessmentRequest
- 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.
Instance Attribute Details
#assessment_id ⇒ String
The unique identifier for the assessment.
3047 3048 3049 3050 3051 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3047 class GetInsightsByAssessmentRequest < Struct.new( :assessment_id) SENSITIVE = [] include Aws::Structure end |