Class: Aws::Types::CreateAgreementRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgreementRequestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_proposal_identifier ⇒ ::String
Returns the value of attribute agreement_proposal_identifier.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#intent ⇒ "NEW", ...
Returns the value of attribute intent.
-
#requested_terms ⇒ ::Array[Types::RequestedTerm]
Returns the value of attribute requested_terms.
-
#source_agreement_identifier ⇒ ::String
Returns the value of attribute source_agreement_identifier.
-
#tax_configuration ⇒ Types::TaxConfiguration
Returns the value of attribute tax_configuration.
Instance Attribute Details
#agreement_proposal_identifier ⇒ ::String
Returns the value of attribute agreement_proposal_identifier.
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.
326 327 328 |
# File 'sig/types.rbs', line 326 def client_token @client_token end |
#intent ⇒ "NEW", ...
Returns the value of attribute intent.
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.
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.
329 330 331 |
# File 'sig/types.rbs', line 329 def source_agreement_identifier @source_agreement_identifier end |
#tax_configuration ⇒ Types::TaxConfiguration
Returns the value of attribute tax_configuration.
331 332 333 |
# File 'sig/types.rbs', line 331 def tax_configuration @tax_configuration end |