Class: Aws::CleanRooms::Types::GetCollaborationInput

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)


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