Class: Aws::CleanRooms::Types::DeleteCollaborationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DeleteCollaborationInput
- 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.
3050 3051 3052 3053 3054 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3050 class DeleteCollaborationInput < Struct.new( :collaboration_identifier) SENSITIVE = [] include Aws::Structure end |