Class: Aws::AuditManager::Types::DeleteAssessmentFrameworkRequest

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

#framework_idString

The identifier for the custom framework.

Returns:

  • (String)


2059
2060
2061
2062
2063
# File 'lib/aws-sdk-auditmanager/types.rb', line 2059

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