Module: Aws::Billing::Client::_GetEnterpriseSupportChargeSummaryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEnterpriseSupportChargeSummaryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #bill_date ⇒ ::Time
- #billing_month ⇒ ::String
- #billing_period_end_date ⇒ ::Time
- #billing_period_start_date ⇒ ::Time
- #is_estimated ⇒ Boolean
- #payer_account_id ⇒ ::String
- #support_charge ⇒ ::String
- #support_charge_percentage ⇒ ::String
- #support_discount ⇒ ::String
- #support_effective_pricing_plan ⇒ Types::PricingPlan
- #total_support_charge ⇒ ::String
- #total_support_eligible_reserved_instance_spend ⇒ ::String
- #total_support_eligible_savings_plan_spend ⇒ ::String
- #total_support_eligible_spend ⇒ ::String
- #total_support_eligible_usage_spend ⇒ ::String
Instance Method Details
#bill_date ⇒ ::Time
203 |
# File 'sig/client.rbs', line 203
def bill_date: () -> ::Time
|
#billing_month ⇒ ::String
199 |
# File 'sig/client.rbs', line 199
def billing_month: () -> ::String
|
#billing_period_end_date ⇒ ::Time
201 |
# File 'sig/client.rbs', line 201
def billing_period_end_date: () -> ::Time
|
#billing_period_start_date ⇒ ::Time
200 |
# File 'sig/client.rbs', line 200
def billing_period_start_date: () -> ::Time
|
#is_estimated ⇒ Boolean
202 |
# File 'sig/client.rbs', line 202
def is_estimated: () -> bool
|
#payer_account_id ⇒ ::String
198 |
# File 'sig/client.rbs', line 198
def payer_account_id: () -> ::String
|
#support_charge ⇒ ::String
204 |
# File 'sig/client.rbs', line 204
def support_charge: () -> ::String
|
#support_charge_percentage ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def support_charge_percentage: () -> ::String
|
#support_discount ⇒ ::String
206 |
# File 'sig/client.rbs', line 206
def support_discount: () -> ::String
|
#support_effective_pricing_plan ⇒ Types::PricingPlan
212 |
# File 'sig/client.rbs', line 212
def support_effective_pricing_plan: () -> Types::PricingPlan
|
#total_support_charge ⇒ ::String
205 |
# File 'sig/client.rbs', line 205
def total_support_charge: () -> ::String
|
#total_support_eligible_reserved_instance_spend ⇒ ::String
209 |
# File 'sig/client.rbs', line 209
def total_support_eligible_reserved_instance_spend: () -> ::String
|
#total_support_eligible_savings_plan_spend ⇒ ::String
210 |
# File 'sig/client.rbs', line 210
def total_support_eligible_savings_plan_spend: () -> ::String
|
#total_support_eligible_spend ⇒ ::String
207 |
# File 'sig/client.rbs', line 207
def total_support_eligible_spend: () -> ::String
|
#total_support_eligible_usage_spend ⇒ ::String
208 |
# File 'sig/client.rbs', line 208
def total_support_eligible_usage_spend: () -> ::String
|