Class: Aws::AuditManager::Types::StartAssessmentFrameworkShareResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::StartAssessmentFrameworkShareResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_framework_share_request ⇒ Types::AssessmentFrameworkShareRequest
The share request that’s created by the ‘StartAssessmentFrameworkShare` API.
Instance Attribute Details
#assessment_framework_share_request ⇒ Types::AssessmentFrameworkShareRequest
The share request that’s created by the ‘StartAssessmentFrameworkShare` API.
4307 4308 4309 4310 4311 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4307 class StartAssessmentFrameworkShareResponse < Struct.new( :assessment_framework_share_request) SENSITIVE = [] include Aws::Structure end |