Class: Aws::CleanRooms::Types::UpdateCollaborationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateCollaborationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analytics_engine ⇒ String
The analytics engine.
-
#collaboration_identifier ⇒ String
The identifier for the collaboration.
-
#description ⇒ String
A description of the collaboration.
-
#name ⇒ String
A human-readable identifier provided by the collaboration owner.
Instance Attribute Details
#analytics_engine ⇒ String
The analytics engine.
<note markdown=“1”> After July 16, 2025, the ‘CLEAN_ROOMS_SQL` parameter will no longer be available.
</note>
9348 9349 9350 9351 9352 9353 9354 9355 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9348 class UpdateCollaborationInput < Struct.new( :collaboration_identifier, :name, :description, :analytics_engine) SENSITIVE = [] include Aws::Structure end |
#collaboration_identifier ⇒ String
The identifier for the collaboration.
9348 9349 9350 9351 9352 9353 9354 9355 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9348 class UpdateCollaborationInput < Struct.new( :collaboration_identifier, :name, :description, :analytics_engine) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the collaboration.
9348 9349 9350 9351 9352 9353 9354 9355 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9348 class UpdateCollaborationInput < Struct.new( :collaboration_identifier, :name, :description, :analytics_engine) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A human-readable identifier provided by the collaboration owner. Display names are not unique.
9348 9349 9350 9351 9352 9353 9354 9355 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 9348 class UpdateCollaborationInput < Struct.new( :collaboration_identifier, :name, :description, :analytics_engine) SENSITIVE = [] include Aws::Structure end |