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.



3280
3281
3282
3283
3284
3285
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3280

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.



3280
3281
3282
3283
3284
3285
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3280

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