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.



6976
6977
6978
6979
6980
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6976

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