Class: Aws::CleanRooms::Types::GetCollaborationChangeRequestInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetCollaborationChangeRequestInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_request_identifier ⇒ String
A unique identifier for the change request to retrieve.
-
#collaboration_identifier ⇒ String
The identifier of the collaboration that the change request is made against.
Instance Attribute Details
#change_request_identifier ⇒ String
A unique identifier for the change request to retrieve.
4545 4546 4547 4548 4549 4550 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4545 class GetCollaborationChangeRequestInput < Struct.new( :collaboration_identifier, :change_request_identifier) SENSITIVE = [] include Aws::Structure end |
#collaboration_identifier ⇒ String
The identifier of the collaboration that the change request is made against.
4545 4546 4547 4548 4549 4550 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4545 class GetCollaborationChangeRequestInput < Struct.new( :collaboration_identifier, :change_request_identifier) SENSITIVE = [] include Aws::Structure end |