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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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)


4680
4681
4682
4683
4684
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4680

class GetCollaborationInput < Struct.new(
  :collaboration_identifier)
  SENSITIVE = []
  include Aws::Structure
end