Class: Aws::Types::CreateAgreementRequestOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgreementRequestOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_request_id ⇒ ::String
Returns the value of attribute agreement_request_id.
-
#charge_summary ⇒ Types::ChargeSummary
Returns the value of attribute charge_summary.
Instance Attribute Details
#agreement_request_id ⇒ ::String
Returns the value of attribute agreement_request_id.
336 337 338 |
# File 'sig/types.rbs', line 336 def agreement_request_id @agreement_request_id end |
#charge_summary ⇒ Types::ChargeSummary
Returns the value of attribute charge_summary.
337 338 339 |
# File 'sig/types.rbs', line 337 def charge_summary @charge_summary end |