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.



3295
3296
3297
3298
3299
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3295

class CreateCollaborationChangeRequestOutput < Struct.new(
  :collaboration_change_request)
  SENSITIVE = []
  include Aws::Structure
end