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 entire created collaboration object.



2017
2018
2019
2020
2021
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2017

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