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.



7317
7318
7319
7320
7321
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7317

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