Class: Aws::CleanRooms::Types::CollaborationChangeRequestSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Summary information about a collaboration change request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#changesArray<Types::Change>

Summary of the changes in this change request.

Returns:



1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1395

class CollaborationChangeRequestSummary < Struct.new(
  :id,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :is_auto_approved,
  :changes)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_idString

The unique identifier for the collaboration.

Returns:

  • (String)


1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1395

class CollaborationChangeRequestSummary < Struct.new(
  :id,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :is_auto_approved,
  :changes)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time when the change request was created.

Returns:

  • (Time)


1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1395

class CollaborationChangeRequestSummary < Struct.new(
  :id,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :is_auto_approved,
  :changes)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the change request.

Returns:

  • (String)


1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1395

class CollaborationChangeRequestSummary < Struct.new(
  :id,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :is_auto_approved,
  :changes)
  SENSITIVE = []
  include Aws::Structure
end

#is_auto_approvedBoolean

Whether the change request was automatically approved.

Returns:

  • (Boolean)


1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1395

class CollaborationChangeRequestSummary < Struct.new(
  :id,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :is_auto_approved,
  :changes)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the change request.

Returns:

  • (String)


1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1395

class CollaborationChangeRequestSummary < Struct.new(
  :id,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :is_auto_approved,
  :changes)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time when the change request was last updated.

Returns:

  • (Time)


1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1395

class CollaborationChangeRequestSummary < Struct.new(
  :id,
  :collaboration_id,
  :create_time,
  :update_time,
  :status,
  :is_auto_approved,
  :changes)
  SENSITIVE = []
  include Aws::Structure
end