Class: Aws::Types::LinkedAccountCharge

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def 
  @account_id
end

#account_type::String

Returns the value of attribute account_type.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def 
  @account_type
end

#billable_seconds::Integer

Returns the value of attribute billable_seconds.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def 
  @payer_account_id
end

#prorated_total_support_eligible_spend::String

Returns the value of attribute prorated_total_support_eligible_spend.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def total_support_eligible_spend
  @total_support_eligible_spend
end