Class: Aws::Types::Charge
- Inherits:
-
Object
- Object
- Aws::Types::Charge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
-
#agreement_type ⇒ ::String
Returns the value of attribute agreement_type.
-
#amount ⇒ ::String
Returns the value of attribute amount.
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#purchase_order_reference ⇒ ::String
Returns the value of attribute purchase_order_reference.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
-
#time ⇒ ::Time
Returns the value of attribute time.
Instance Attribute Details
#agreement_id ⇒ ::String
Returns the value of attribute agreement_id.
269 270 271 |
# File 'sig/types.rbs', line 269 def agreement_id @agreement_id end |
#agreement_type ⇒ ::String
Returns the value of attribute agreement_type.
270 271 272 |
# File 'sig/types.rbs', line 270 def agreement_type @agreement_type end |
#amount ⇒ ::String
Returns the value of attribute amount.
273 274 275 |
# File 'sig/types.rbs', line 273 def amount @amount end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
272 273 274 |
# File 'sig/types.rbs', line 272 def currency_code @currency_code end |
#id ⇒ ::String
Returns the value of attribute id.
267 268 269 |
# File 'sig/types.rbs', line 267 def id @id end |
#purchase_order_reference ⇒ ::String
Returns the value of attribute purchase_order_reference.
271 272 273 |
# File 'sig/types.rbs', line 271 def purchase_order_reference @purchase_order_reference end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
268 269 270 |
# File 'sig/types.rbs', line 268 def revision @revision end |
#time ⇒ ::Time
Returns the value of attribute time.
274 275 276 |
# File 'sig/types.rbs', line 274 def time @time end |