Class: Aws::AuditManager::Types::GetAssessmentFrameworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetAssessmentFrameworkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#framework_id ⇒ String
The identifier for the framework.
Instance Attribute Details
#framework_id ⇒ String
The identifier for the framework.
2550 2551 2552 2553 2554 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2550 class GetAssessmentFrameworkRequest < Struct.new( :framework_id) SENSITIVE = [] include Aws::Structure end |