Class: Aws::Types::CreditAllocationHistoryEntry
- Inherits:
-
Object
- Object
- Aws::Types::CreditAllocationHistoryEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#applied_service_name ⇒ ::String
Returns the value of attribute applied_service_name.
-
#billing_month ⇒ ::String
Returns the value of attribute billing_month.
-
#credit_amount ⇒ Types::Amount
Returns the value of attribute credit_amount.
-
#credit_id ⇒ ::String
Returns the value of attribute credit_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_estimated_bill ⇒ Boolean
Returns the value of attribute is_estimated_bill.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
158 159 160 |
# File 'sig/types.rbs', line 158 def account_id @account_id end |
#applied_service_name ⇒ ::String
Returns the value of attribute applied_service_name.
159 160 161 |
# File 'sig/types.rbs', line 159 def applied_service_name @applied_service_name end |
#billing_month ⇒ ::String
Returns the value of attribute billing_month.
160 161 162 |
# File 'sig/types.rbs', line 160 def billing_month @billing_month end |
#credit_amount ⇒ Types::Amount
Returns the value of attribute credit_amount.
156 157 158 |
# File 'sig/types.rbs', line 156 def credit_amount @credit_amount end |
#credit_id ⇒ ::String
Returns the value of attribute credit_id.
155 156 157 |
# File 'sig/types.rbs', line 155 def credit_id @credit_id end |
#description ⇒ ::String
Returns the value of attribute description.
157 158 159 |
# File 'sig/types.rbs', line 157 def description @description end |
#is_estimated_bill ⇒ Boolean
Returns the value of attribute is_estimated_bill.
161 162 163 |
# File 'sig/types.rbs', line 161 def is_estimated_bill @is_estimated_bill end |