Class: Aws::CleanRooms::Types::UpdateCollaborationChangeRequestOutput

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.



9647
9648
9649
9650
9651
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9647

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