Class: Aws::Types::CancelAgreementCancellationRequestInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:cancellation_reason])

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_cancellation_request_id::String

Returns the value of attribute agreement_cancellation_request_id.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def agreement_cancellation_request_id
  @agreement_cancellation_request_id
end

#agreement_id::String

Returns the value of attribute agreement_id.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def agreement_id
  @agreement_id
end

#cancellation_reason::String

Returns the value of attribute cancellation_reason.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def cancellation_reason
  @cancellation_reason
end