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.
3078 3079 3080 3081 3082 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3078 class DeleteCollaborationInput < Struct.new( :collaboration_identifier) SENSITIVE = [] include Aws::Structure end |