Class: Aws::Types::CreateAgreementRequestInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_proposal_identifier::String

Returns the value of attribute agreement_proposal_identifier.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def agreement_proposal_identifier
  @agreement_proposal_identifier
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def client_token
  @client_token
end

#intent"NEW", ...

Returns the value of attribute intent.

Returns:

  • ("NEW", "AMEND", "REPLACE")


327
328
329
# File 'sig/types.rbs', line 327

def intent
  @intent
end

#requested_terms::Array[Types::RequestedTerm]

Returns the value of attribute requested_terms.

Returns:



328
329
330
# File 'sig/types.rbs', line 328

def requested_terms
  @requested_terms
end

#source_agreement_identifier::String

Returns the value of attribute source_agreement_identifier.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def source_agreement_identifier
  @source_agreement_identifier
end

#tax_configurationTypes::TaxConfiguration

Returns the value of attribute tax_configuration.



331
332
333
# File 'sig/types.rbs', line 331

def tax_configuration
  @tax_configuration
end