Class: Aws::Types::GetEnterpriseSupportChargeSummaryResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bill_date::Time

Returns the value of attribute bill_date.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


294
295
296
# File 'sig/types.rbs', line 294

def billing_period_start_date
  @billing_period_start_date
end

#is_estimatedBoolean

Returns the value of attribute is_estimated.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def 
  @payer_account_id
end

#support_charge::String

Returns the value of attribute support_charge.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def support_discount
  @support_discount
end

#support_effective_pricing_planTypes::PricingPlan

Returns the value of attribute support_effective_pricing_plan.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def total_support_eligible_usage_spend
  @total_support_eligible_usage_spend
end