Class: Aws::Types::BillingModeSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_mode"PROVISIONED", "PAY_PER_REQUEST"

Returns the value of attribute billing_mode.

Returns:

  • ("PROVISIONED", "PAY_PER_REQUEST")


194
195
196
# File 'sig/types.rbs', line 194

def billing_mode
  @billing_mode
end

#last_update_to_pay_per_request_date_time::Time

Returns the value of attribute last_update_to_pay_per_request_date_time.

Returns:

  • (::Time)


195
196
197
# File 'sig/types.rbs', line 195

def last_update_to_pay_per_request_date_time
  @last_update_to_pay_per_request_date_time
end