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")


3213
3214
3215
# File 'sig/types.rbs', line 3213

def action
  @action
end

#change_request_identifier::String

Returns the value of attribute change_request_identifier.

Returns:

  • (::String)


3212
3213
3214
# File 'sig/types.rbs', line 3212

def change_request_identifier
  @change_request_identifier
end

#collaboration_identifier::String

Returns the value of attribute collaboration_identifier.

Returns:

  • (::String)


3211
3212
3213
# File 'sig/types.rbs', line 3211

def collaboration_identifier
  @collaboration_identifier
end