Class: Aws::Types::CollaborationChangeRequestSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approvals::Hash[::String, Types::ApprovalStatusDetails]

Returns the value of attribute approvals.

Returns:



496
497
498
# File 'sig/types.rbs', line 496

def approvals
  @approvals
end

#changes::Array[Types::Change]

Returns the value of attribute changes.

Returns:



495
496
497
# File 'sig/types.rbs', line 495

def changes
  @changes
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


491
492
493
# File 'sig/types.rbs', line 491

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def id
  @id
end

#is_auto_approvedBoolean

Returns the value of attribute is_auto_approved.

Returns:

  • (Boolean)


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.

Returns:

  • ("PENDING", "APPROVED", "CANCELLED", "DENIED", "COMMITTED")


493
494
495
# File 'sig/types.rbs', line 493

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


492
493
494
# File 'sig/types.rbs', line 492

def update_time
  @update_time
end