Class: Aws::CleanRooms::Types::GetCollaborationChangeRequestOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetCollaborationChangeRequestOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_change_request ⇒ Types::CollaborationChangeRequest
The collaboration change request that was requested.
Instance Attribute Details
#collaboration_change_request ⇒ Types::CollaborationChangeRequest
The collaboration change request that was requested.
4558 4559 4560 4561 4562 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4558 class GetCollaborationChangeRequestOutput < Struct.new( :collaboration_change_request) SENSITIVE = [] include Aws::Structure end |