Class: Aws::AuditManager::Types::GetAssessmentFrameworkResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#frameworkTypes::Framework

The framework that the GetAssessmentFramework API returned.

Returns:



2562
2563
2564
2565
2566
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2562

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