Class: Aws::Types::GetEnterpriseSupportContractDetailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEnterpriseSupportContractDetailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_support_charge ⇒ ::Array[Types::AdditionalCharge]
Returns the value of attribute additional_support_charge.
-
#additional_support_eligible_usage_spend ⇒ ::Array[Types::AdditionalCharge]
Returns the value of attribute additional_support_eligible_usage_spend.
-
#charged_payer_account_ids ⇒ ::Array[Types::ChargeAccount]
Returns the value of attribute charged_payer_account_ids.
-
#contract_payer_account_ids ⇒ ::Array[Types::ContractAccount]
Returns the value of attribute contract_payer_account_ids.
-
#is_contract_active ⇒ Boolean
Returns the value of attribute is_contract_active.
-
#pricing_plans ⇒ ::Array[Types::PricingPlan]
Returns the value of attribute pricing_plans.
-
#support_allocation_method ⇒ ::String
Returns the value of attribute support_allocation_method.
-
#support_prorate_start_date ⇒ ::Time
Returns the value of attribute support_prorate_start_date.
-
#support_reserved_instance_amortization_start_date ⇒ ::Time
Returns the value of attribute support_reserved_instance_amortization_start_date.
-
#support_reserved_instance_treatment_method ⇒ ::String
Returns the value of attribute support_reserved_instance_treatment_method.
-
#support_savings_plans_amortization_start_date ⇒ ::Time
Returns the value of attribute support_savings_plans_amortization_start_date.
-
#support_savings_plans_treatment_method ⇒ ::String
Returns the value of attribute support_savings_plans_treatment_method.
Instance Attribute Details
#additional_support_charge ⇒ ::Array[Types::AdditionalCharge]
Returns the value of attribute additional_support_charge.
325 326 327 |
# File 'sig/types.rbs', line 325 def additional_support_charge @additional_support_charge end |
#additional_support_eligible_usage_spend ⇒ ::Array[Types::AdditionalCharge]
Returns the value of attribute additional_support_eligible_usage_spend.
326 327 328 |
# File 'sig/types.rbs', line 326 def additional_support_eligible_usage_spend @additional_support_eligible_usage_spend end |
#charged_payer_account_ids ⇒ ::Array[Types::ChargeAccount]
Returns the value of attribute charged_payer_account_ids.
324 325 326 |
# File 'sig/types.rbs', line 324 def charged_payer_account_ids @charged_payer_account_ids end |
#contract_payer_account_ids ⇒ ::Array[Types::ContractAccount]
Returns the value of attribute contract_payer_account_ids.
323 324 325 |
# File 'sig/types.rbs', line 323 def contract_payer_account_ids @contract_payer_account_ids end |
#is_contract_active ⇒ Boolean
Returns the value of attribute is_contract_active.
316 317 318 |
# File 'sig/types.rbs', line 316 def is_contract_active @is_contract_active end |
#pricing_plans ⇒ ::Array[Types::PricingPlan]
Returns the value of attribute pricing_plans.
327 328 329 |
# File 'sig/types.rbs', line 327 def pricing_plans @pricing_plans end |
#support_allocation_method ⇒ ::String
Returns the value of attribute support_allocation_method.
317 318 319 |
# File 'sig/types.rbs', line 317 def support_allocation_method @support_allocation_method end |
#support_prorate_start_date ⇒ ::Time
Returns the value of attribute support_prorate_start_date.
322 323 324 |
# File 'sig/types.rbs', line 322 def support_prorate_start_date @support_prorate_start_date end |
#support_reserved_instance_amortization_start_date ⇒ ::Time
Returns the value of attribute support_reserved_instance_amortization_start_date.
318 319 320 |
# File 'sig/types.rbs', line 318 def support_reserved_instance_amortization_start_date @support_reserved_instance_amortization_start_date end |
#support_reserved_instance_treatment_method ⇒ ::String
Returns the value of attribute support_reserved_instance_treatment_method.
319 320 321 |
# File 'sig/types.rbs', line 319 def support_reserved_instance_treatment_method @support_reserved_instance_treatment_method end |
#support_savings_plans_amortization_start_date ⇒ ::Time
Returns the value of attribute support_savings_plans_amortization_start_date.
320 321 322 |
# File 'sig/types.rbs', line 320 def support_savings_plans_amortization_start_date @support_savings_plans_amortization_start_date end |
#support_savings_plans_treatment_method ⇒ ::String
Returns the value of attribute support_savings_plans_treatment_method.
321 322 323 |
# File 'sig/types.rbs', line 321 def support_savings_plans_treatment_method @support_savings_plans_treatment_method end |