Class: Aws::CleanRooms::Types::UpdateCollaborationInput

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

#analytics_engineString

The analytics engine.

<note markdown=“1”> After July 16, 2025, the CLEAN_ROOMS_SQL parameter will no longer be available.

</note>

Returns:

  • (String)


9677
9678
9679
9680
9681
9682
9683
9684
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9677

class UpdateCollaborationInput < Struct.new(
  :collaboration_identifier,
  :name,
  :description,
  :analytics_engine)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_identifierString

The identifier for the collaboration.

Returns:

  • (String)


9677
9678
9679
9680
9681
9682
9683
9684
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9677

class UpdateCollaborationInput < Struct.new(
  :collaboration_identifier,
  :name,
  :description,
  :analytics_engine)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the collaboration.

Returns:

  • (String)


9677
9678
9679
9680
9681
9682
9683
9684
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9677

class UpdateCollaborationInput < Struct.new(
  :collaboration_identifier,
  :name,
  :description,
  :analytics_engine)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A human-readable identifier provided by the collaboration owner. Display names are not unique.

Returns:

  • (String)


9677
9678
9679
9680
9681
9682
9683
9684
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9677

class UpdateCollaborationInput < Struct.new(
  :collaboration_identifier,
  :name,
  :description,
  :analytics_engine)
  SENSITIVE = []
  include Aws::Structure
end