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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

<note markdown=“1”> The ‘Controls` object returns a partial response when called through Framework APIs. For a complete `Controls` object, use `GetControl`.

</note>

Returns:



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

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