Class: Aws::AuditManager::Types::GetInsightsByAssessmentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-auditmanager/types.rb

Overview

Note:

When making an API call, you may pass GetInsightsByAssessmentRequest data as a hash:

{
  assessment_id: "UUID", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_idString

The unique identifier for the assessment.

Returns:

  • (String)


3270
3271
3272
3273
3274
# File 'lib/aws-sdk-auditmanager/types.rb', line 3270

class GetInsightsByAssessmentRequest < Struct.new(
  :assessment_id)
  SENSITIVE = []
  include Aws::Structure
end