Class: Aws::CleanRooms::Types::CreateCollaborationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateCollaborationOutput
- Includes:
- Structure
- Defined in:
- 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.
2504 2505 2506 2507 2508 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 2504 class CreateCollaborationOutput < Struct.new( :collaboration) SENSITIVE = [] include Aws::Structure end |