Class: Aws::Types::CollaborationChangeRequest

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:



484
485
486
# File 'sig/types.rbs', line 484

def approvals
  @approvals
end

#changes::Array[Types::Change]

Returns the value of attribute changes.

Returns:



483
484
485
# File 'sig/types.rbs', line 483

def changes
  @changes
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


479
480
481
# File 'sig/types.rbs', line 479

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


477
478
479
# File 'sig/types.rbs', line 477

def id
  @id
end

#is_auto_approvedBoolean

Returns the value of attribute is_auto_approved.

Returns:

  • (Boolean)


482
483
484
# File 'sig/types.rbs', line 482

def is_auto_approved
  @is_auto_approved
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


481
482
483
# File 'sig/types.rbs', line 481

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


480
481
482
# File 'sig/types.rbs', line 480

def update_time
  @update_time
end