Class: Aws::CleanRooms::Types::CreateCollaborationChangeRequestInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::CreateCollaborationChangeRequestInput
- Defined in:
- gems/aws-sdk-cleanrooms/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.
3341 3342 3343 3344 3345 3346 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3341 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.
3341 3342 3343 3344 3345 3346 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 3341 class CreateCollaborationChangeRequestInput < Struct.new( :collaboration_identifier, :changes) SENSITIVE = [] include Aws::Structure end |