Class: Aws::CleanRooms::Types::GetCollaborationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetCollaborationOutput
- 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 for this identifier.
Instance Attribute Details
#collaboration ⇒ Types::Collaboration
The entire collaboration for this identifier.
3629 3630 3631 3632 3633 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3629 class GetCollaborationOutput < Struct.new( :collaboration) SENSITIVE = [] include Aws::Structure end |