Class: Aws::CleanRooms::Types::CreateCollaborationChangeRequestInput

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

#changesArray<Types::ChangeInput>

The list of changes to apply to the collaboration. Each change specifies the type of modification and the details of what should be changed.

Returns:



3232
3233
3234
3235
3236
3237
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3232

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

#collaboration_identifierString

The identifier of the collaboration that the change request is made against.

Returns:

  • (String)


3232
3233
3234
3235
3236
3237
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3232

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