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)


2924
2925
2926
2927
2928
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2924

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