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.

The Controls object returns a partial response when called through Framework APIs. For a complete Controls object, use GetControl.

Returns:



2632
2633
2634
2635
2636
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2632

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