Class: Aws::Types::LinkedAccountCharge
- Inherits:
-
Object
- Object
- Aws::Types::LinkedAccountCharge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#account_type ⇒ ::String
Returns the value of attribute account_type.
-
#billable_seconds ⇒ ::Integer
Returns the value of attribute billable_seconds.
-
#linked_time_periods ⇒ ::Array[Types::EnterpriseSupportTimePeriod]
Returns the value of attribute linked_time_periods.
-
#payer_account_id ⇒ ::String
Returns the value of attribute payer_account_id.
-
#prorated_total_support_eligible_spend ⇒ ::String
Returns the value of attribute prorated_total_support_eligible_spend.
-
#subscription_time_periods ⇒ ::Array[Types::EnterpriseSupportTimePeriod]
Returns the value of attribute subscription_time_periods.
-
#support_eligible_spend_by_service ⇒ ::Array[Types::ServiceLevelAccountUsage]
Returns the value of attribute support_eligible_spend_by_service.
-
#total_seconds ⇒ ::Integer
Returns the value of attribute total_seconds.
-
#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.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
348 349 350 |
# File 'sig/types.rbs', line 348 def account_id @account_id end |
#account_type ⇒ ::String
Returns the value of attribute account_type.
350 351 352 |
# File 'sig/types.rbs', line 350 def account_type @account_type end |
#billable_seconds ⇒ ::Integer
Returns the value of attribute billable_seconds.
351 352 353 |
# File 'sig/types.rbs', line 351 def billable_seconds @billable_seconds end |
#linked_time_periods ⇒ ::Array[Types::EnterpriseSupportTimePeriod]
Returns the value of attribute linked_time_periods.
355 356 357 |
# File 'sig/types.rbs', line 355 def linked_time_periods @linked_time_periods end |
#payer_account_id ⇒ ::String
Returns the value of attribute payer_account_id.
349 350 351 |
# File 'sig/types.rbs', line 349 def payer_account_id @payer_account_id end |
#prorated_total_support_eligible_spend ⇒ ::String
Returns the value of attribute prorated_total_support_eligible_spend.
354 355 356 |
# File 'sig/types.rbs', line 354 def prorated_total_support_eligible_spend @prorated_total_support_eligible_spend end |
#subscription_time_periods ⇒ ::Array[Types::EnterpriseSupportTimePeriod]
Returns the value of attribute subscription_time_periods.
356 357 358 |
# File 'sig/types.rbs', line 356 def subscription_time_periods @subscription_time_periods end |
#support_eligible_spend_by_service ⇒ ::Array[Types::ServiceLevelAccountUsage]
Returns the value of attribute support_eligible_spend_by_service.
359 360 361 |
# File 'sig/types.rbs', line 359 def support_eligible_spend_by_service @support_eligible_spend_by_service end |
#total_seconds ⇒ ::Integer
Returns the value of attribute total_seconds.
352 353 354 |
# File 'sig/types.rbs', line 352 def total_seconds @total_seconds end |
#total_support_eligible_reserved_instance_spend ⇒ ::String
Returns the value of attribute total_support_eligible_reserved_instance_spend.
357 358 359 |
# File 'sig/types.rbs', line 357 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.
358 359 360 |
# File 'sig/types.rbs', line 358 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.
353 354 355 |
# File 'sig/types.rbs', line 353 def total_support_eligible_spend @total_support_eligible_spend end |