Class: Aws::CleanRooms::Types::UpdateCollaborationOutput

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

#collaborationTypes::Collaboration

The entire collaboration that has been updated.



7444
7445
7446
7447
7448
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7444

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