Class: Aws::CleanRooms::Types::CreateCollaborationChangeRequestOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateCollaborationChangeRequestOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_change_request ⇒ Types::CollaborationChangeRequest
Represents a request to modify a collaboration.
Instance Attribute Details
#collaboration_change_request ⇒ Types::CollaborationChangeRequest
Represents a request to modify a collaboration. Change requests enable structured modifications to collaborations after they have been created.
3050 3051 3052 3053 3054 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3050 class CreateCollaborationChangeRequestOutput < Struct.new( :collaboration_change_request) SENSITIVE = [] include Aws::Structure end |