Class: Aws::AuditManager::Types::CreateAssessmentFrameworkResponse

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 name of the new framework that the ‘CreateAssessmentFramework` API returned.

Returns:



1692
1693
1694
1695
1696
# File 'lib/aws-sdk-auditmanager/types.rb', line 1692

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