Class: Aws::Types::CollaborationChangeRequestSummary
- Inherits:
-
Object
- Object
- Aws::Types::CollaborationChangeRequestSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approvals ⇒ ::Hash[::String, Types::ApprovalStatusDetails]
Returns the value of attribute approvals.
-
#changes ⇒ ::Array[Types::Change]
Returns the value of attribute changes.
-
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_auto_approved ⇒ Boolean
Returns the value of attribute is_auto_approved.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#approvals ⇒ ::Hash[::String, Types::ApprovalStatusDetails]
Returns the value of attribute approvals.
496 497 498 |
# File 'sig/types.rbs', line 496 def approvals @approvals end |
#changes ⇒ ::Array[Types::Change]
Returns the value of attribute changes.
495 496 497 |
# File 'sig/types.rbs', line 495 def changes @changes end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
490 491 492 |
# File 'sig/types.rbs', line 490 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
491 492 493 |
# File 'sig/types.rbs', line 491 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
489 490 491 |
# File 'sig/types.rbs', line 489 def id @id end |
#is_auto_approved ⇒ Boolean
Returns the value of attribute is_auto_approved.
494 495 496 |
# File 'sig/types.rbs', line 494 def is_auto_approved @is_auto_approved end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
493 494 495 |
# File 'sig/types.rbs', line 493 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
492 493 494 |
# File 'sig/types.rbs', line 492 def update_time @update_time end |