Class: Aws::CleanRooms::Types::GetCollaborationChangeRequestInput

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

#change_request_identifierString

A unique identifier for the change request to retrieve.

Returns:

  • (String)


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_identifierString

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

Returns:

  • (String)


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