Class: Aws::CleanRooms::Types::UpdateCollaborationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateCollaborationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration ⇒ Types::Collaboration
The entire collaboration that has been updated.
Instance Attribute Details
#collaboration ⇒ Types::Collaboration
The entire collaboration that has been updated.
7317 7318 7319 7320 7321 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7317 class UpdateCollaborationOutput < Struct.new( :collaboration) SENSITIVE = [] include Aws::Structure end |