Class: Aws::CleanRooms::Types::CreateCollaborationChangeRequestOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_change_requestTypes::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