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:



507
508
509
# File 'sig/types.rbs', line 507

def approvals
  @approvals
end

#changes::Array[Types::Change]

Returns the value of attribute changes.

Returns:



506
507
508
# File 'sig/types.rbs', line 506

def changes
  @changes
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


502
503
504
# File 'sig/types.rbs', line 502

def create_time
  @create_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def id
  @id
end

#is_auto_approvedBoolean

Returns the value of attribute is_auto_approved.

Returns:

  • (Boolean)


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.

Returns:

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


504
505
506
# File 'sig/types.rbs', line 504

def status
  @status
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


503
504
505
# File 'sig/types.rbs', line 503

def update_time
  @update_time
end