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