Class: Aws::Types::SendAgreementCancellationRequestInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_id::String

Returns the value of attribute agreement_id.

Returns:

  • (::String)


823
824
825
# File 'sig/types.rbs', line 823

def agreement_id
  @agreement_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def description
  @description
end

#reason_code"INCORRECT_TERMS_ACCEPTED", ...

Returns the value of attribute reason_code.

Returns:

  • ("INCORRECT_TERMS_ACCEPTED", "REPLACING_AGREEMENT", "TEST_AGREEMENT", "ALTERNATIVE_PROCUREMENT_CHANNEL", "PRODUCT_DISCONTINUED", "UNINTENDED_RENEWAL", "BUYER_DISSATISFACTION", "OTHER")


824
825
826
# File 'sig/types.rbs', line 824

def reason_code
  @reason_code
end