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.
507 508 509 |
# File 'sig/types.rbs', line 507 def approvals @approvals end |
#changes ⇒ ::Array[Types::Change]
Returns the value of attribute changes.
506 507 508 |
# File 'sig/types.rbs', line 506 def changes @changes end |
#collaboration_id ⇒ ::String
Returns the value of attribute collaboration_id.
501 502 503 |
# File 'sig/types.rbs', line 501 def collaboration_id @collaboration_id end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
502 503 504 |
# File 'sig/types.rbs', line 502 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
500 501 502 |
# File 'sig/types.rbs', line 500 def id @id end |
#is_auto_approved ⇒ Boolean
Returns the value of attribute is_auto_approved.
505 506 507 |
# File 'sig/types.rbs', line 505 def is_auto_approved @is_auto_approved end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
504 505 506 |
# File 'sig/types.rbs', line 504 def status @status end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
503 504 505 |
# File 'sig/types.rbs', line 503 def update_time @update_time end |