Class: Aws::Types::UpdateCollaborationChangeRequestInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"APPROVE", ...

Returns the value of attribute action.

Returns:

  • ("APPROVE", "DENY", "CANCEL", "COMMIT")


3240
3241
3242
# File 'sig/types.rbs', line 3240

def action
  @action
end

#change_request_identifier::String

Returns the value of attribute change_request_identifier.

Returns:

  • (::String)


3239
3240
3241
# File 'sig/types.rbs', line 3239

def change_request_identifier
  @change_request_identifier
end

#collaboration_identifier::String

Returns the value of attribute collaboration_identifier.

Returns:

  • (::String)


3238
3239
3240
# File 'sig/types.rbs', line 3238

def collaboration_identifier
  @collaboration_identifier
end