Class: Aws::AuditManager::Types::DeleteAssessmentFrameworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::DeleteAssessmentFrameworkRequest
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#framework_id ⇒ String
The identifier for the custom framework.
Instance Attribute Details
#framework_id ⇒ String
The identifier for the custom framework.
1974 1975 1976 1977 1978 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1974 class DeleteAssessmentFrameworkRequest < Struct.new( :framework_id) SENSITIVE = [] include Aws::Structure end |