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.
3067 3068 3069 3070 3071 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3067 class GetInsightsByAssessmentRequest < Struct.new( :assessment_id) SENSITIVE = [] include Aws::Structure end |