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)


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