Class: Aws::Types::GetEnterpriseSupportChargeSummaryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEnterpriseSupportChargeSummaryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bill_date ⇒ ::Time
Returns the value of attribute bill_date.
-
#billing_month ⇒ ::String
Returns the value of attribute billing_month.
-
#billing_period_end_date ⇒ ::Time
Returns the value of attribute billing_period_end_date.
-
#billing_period_start_date ⇒ ::Time
Returns the value of attribute billing_period_start_date.
-
#is_estimated ⇒ Boolean
Returns the value of attribute is_estimated.
-
#payer_account_id ⇒ ::String
Returns the value of attribute payer_account_id.
-
#support_charge ⇒ ::String
Returns the value of attribute support_charge.
-
#support_charge_percentage ⇒ ::String
Returns the value of attribute support_charge_percentage.
-
#support_discount ⇒ ::String
Returns the value of attribute support_discount.
-
#support_effective_pricing_plan ⇒ Types::PricingPlan
Returns the value of attribute support_effective_pricing_plan.
-
#total_support_charge ⇒ ::String
Returns the value of attribute total_support_charge.
-
#total_support_eligible_reserved_instance_spend ⇒ ::String
Returns the value of attribute total_support_eligible_reserved_instance_spend.
-
#total_support_eligible_savings_plan_spend ⇒ ::String
Returns the value of attribute total_support_eligible_savings_plan_spend.
-
#total_support_eligible_spend ⇒ ::String
Returns the value of attribute total_support_eligible_spend.
-
#total_support_eligible_usage_spend ⇒ ::String
Returns the value of attribute total_support_eligible_usage_spend.
Instance Attribute Details
#bill_date ⇒ ::Time
Returns the value of attribute bill_date.
297 298 299 |
# File 'sig/types.rbs', line 297 def bill_date @bill_date end |
#billing_month ⇒ ::String
Returns the value of attribute billing_month.
293 294 295 |
# File 'sig/types.rbs', line 293 def billing_month @billing_month end |
#billing_period_end_date ⇒ ::Time
Returns the value of attribute billing_period_end_date.
295 296 297 |
# File 'sig/types.rbs', line 295 def billing_period_end_date @billing_period_end_date end |
#billing_period_start_date ⇒ ::Time
Returns the value of attribute billing_period_start_date.
294 295 296 |
# File 'sig/types.rbs', line 294 def billing_period_start_date @billing_period_start_date end |
#is_estimated ⇒ Boolean
Returns the value of attribute is_estimated.
296 297 298 |
# File 'sig/types.rbs', line 296 def is_estimated @is_estimated end |
#payer_account_id ⇒ ::String
Returns the value of attribute payer_account_id.
292 293 294 |
# File 'sig/types.rbs', line 292 def payer_account_id @payer_account_id end |
#support_charge ⇒ ::String
Returns the value of attribute support_charge.
298 299 300 |
# File 'sig/types.rbs', line 298 def support_charge @support_charge end |
#support_charge_percentage ⇒ ::String
Returns the value of attribute support_charge_percentage.
305 306 307 |
# File 'sig/types.rbs', line 305 def support_charge_percentage @support_charge_percentage end |
#support_discount ⇒ ::String
Returns the value of attribute support_discount.
300 301 302 |
# File 'sig/types.rbs', line 300 def support_discount @support_discount end |
#support_effective_pricing_plan ⇒ Types::PricingPlan
Returns the value of attribute support_effective_pricing_plan.
306 307 308 |
# File 'sig/types.rbs', line 306 def support_effective_pricing_plan @support_effective_pricing_plan end |
#total_support_charge ⇒ ::String
Returns the value of attribute total_support_charge.
299 300 301 |
# File 'sig/types.rbs', line 299 def total_support_charge @total_support_charge end |
#total_support_eligible_reserved_instance_spend ⇒ ::String
Returns the value of attribute total_support_eligible_reserved_instance_spend.
303 304 305 |
# File 'sig/types.rbs', line 303 def total_support_eligible_reserved_instance_spend @total_support_eligible_reserved_instance_spend end |
#total_support_eligible_savings_plan_spend ⇒ ::String
Returns the value of attribute total_support_eligible_savings_plan_spend.
304 305 306 |
# File 'sig/types.rbs', line 304 def total_support_eligible_savings_plan_spend @total_support_eligible_savings_plan_spend end |
#total_support_eligible_spend ⇒ ::String
Returns the value of attribute total_support_eligible_spend.
301 302 303 |
# File 'sig/types.rbs', line 301 def total_support_eligible_spend @total_support_eligible_spend end |
#total_support_eligible_usage_spend ⇒ ::String
Returns the value of attribute total_support_eligible_usage_spend.
302 303 304 |
# File 'sig/types.rbs', line 302 def total_support_eligible_usage_spend @total_support_eligible_usage_spend end |