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

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)


5439
5440
5441
5442
5443
5444
5445
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5439

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

#descriptionString

A description of the collaboration.

Returns:

  • (String)


5439
5440
5441
5442
5443
5444
5445
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5439

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

#nameString

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

Returns:

  • (String)


5439
5440
5441
5442
5443
5444
5445
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5439

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