Class: Aws::CleanRooms::Types::GetCollaborationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetCollaborationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
The identifier for the collaboration.
Instance Attribute Details
#collaboration_identifier ⇒ String
The identifier for the collaboration.
3685 3686 3687 3688 3689 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3685 class GetCollaborationInput < Struct.new( :collaboration_identifier) SENSITIVE = [] include Aws::Structure end |