Class: Aws::AuditManager::Types::GetAssessmentFrameworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetAssessmentFrameworkRequest
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Note:
When making an API call, you may pass GetAssessmentFrameworkRequest data as a hash:
{
framework_id: "UUID", # required
}
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.
2651 2652 2653 2654 2655 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2651 class GetAssessmentFrameworkRequest < Struct.new( :framework_id) SENSITIVE = [] include Aws::Structure end |