Class: Aws::Types::GetEnterpriseSupportContractDetailsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_support_charge::Array[Types::AdditionalCharge]

Returns the value of attribute additional_support_charge.

Returns:



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.

Returns:



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.

Returns:



324
325
326
# File 'sig/types.rbs', line 324

def 
  @charged_payer_account_ids
end

#contract_payer_account_ids::Array[Types::ContractAccount]

Returns the value of attribute contract_payer_account_ids.

Returns:



323
324
325
# File 'sig/types.rbs', line 323

def 
  @contract_payer_account_ids
end

#is_contract_activeBoolean

Returns the value of attribute is_contract_active.

Returns:

  • (Boolean)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def support_savings_plans_treatment_method
  @support_savings_plans_treatment_method
end