Class: Aws::CleanRooms::Types::CreateCollaborationChangeRequestInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateCollaborationChangeRequestInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#changes ⇒ Array<Types::ChangeInput>
The list of changes to apply to the collaboration.
-
#collaboration_identifier ⇒ String
The identifier of the collaboration that the change request is made against.
Instance Attribute Details
#changes ⇒ Array<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.
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_identifier ⇒ String
The identifier of the collaboration that the change request is made against.
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 |