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

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

Returns:



1594
1595
1596
1597
1598
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1594

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