Class: Aws::Types::CreditAllocationHistoryEntry

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)


158
159
160
# File 'sig/types.rbs', line 158

def 
  @account_id
end

#applied_service_name::String

Returns the value of attribute applied_service_name.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def applied_service_name
  @applied_service_name
end

#billing_month::String

Returns the value of attribute billing_month.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def billing_month
  @billing_month
end

#credit_amountTypes::Amount

Returns the value of attribute credit_amount.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def credit_amount
  @credit_amount
end

#credit_id::String

Returns the value of attribute credit_id.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def credit_id
  @credit_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def description
  @description
end

#is_estimated_billBoolean

Returns the value of attribute is_estimated_bill.

Returns:

  • (Boolean)


161
162
163
# File 'sig/types.rbs', line 161

def is_estimated_bill
  @is_estimated_bill
end