Class: Aws::CleanRooms::Types::DeleteCollaborationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#collaboration_identifierString

The identifier for the collaboration.

Returns:

  • (String)


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