Class: Aws::CleanRooms::Types::CreateCollaborationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateCollaborationOutput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration ⇒ Types::Collaboration
The entire created collaboration object.
Instance Attribute Details
#collaboration ⇒ Types::Collaboration
The entire created collaboration object.
1398 1399 1400 1401 1402 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1398 class CreateCollaborationOutput < Struct.new( :collaboration) SENSITIVE = [] include Aws::Structure end |