Class: Aws::Types::BillingAdjustmentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adjustment_amount::String

Returns the value of attribute adjustment_amount.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def adjustment_amount
  @adjustment_amount
end

#agreement_id::String

Returns the value of attribute agreement_id.

Returns:

  • (::String)


206
207
208
# File 'sig/types.rbs', line 206

def agreement_id
  @agreement_id
end

#agreement_type::String

Returns the value of attribute agreement_type.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def agreement_type
  @agreement_type
end

#billing_adjustment_request_id::String

Returns the value of attribute billing_adjustment_request_id.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def billing_adjustment_request_id
  @billing_adjustment_request_id
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def catalog
  @catalog
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


207
208
209
# File 'sig/types.rbs', line 207

def created_at
  @created_at
end

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def currency_code
  @currency_code
end

#original_invoice_id::String

Returns the value of attribute original_invoice_id.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def original_invoice_id
  @original_invoice_id
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "VALIDATION_FAILED", "COMPLETED")


205
206
207
# File 'sig/types.rbs', line 205

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


208
209
210
# File 'sig/types.rbs', line 208

def updated_at
  @updated_at
end