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 collaboration.
Instance Attribute Details
#collaboration ⇒ Types::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 |