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.
9702 9703 9704 9705 9706 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9702 class UpdateCollaborationOutput < Struct.new( :collaboration) SENSITIVE = [] include Aws::Structure end |