Class: Aws::CleanRooms::Types::CreateCollaborationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collaborationTypes::Collaboration

The collaboration.



3414
3415
3416
3417
3418
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3414

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