Class: Aws::Types::ProvisionedCapacityResponse
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedCapacityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_query_tcu ⇒ ::Integer
Returns the value of attribute active_query_tcu.
-
#last_update ⇒ Types::LastUpdate
Returns the value of attribute last_update.
-
#notification_configuration ⇒ Types::AccountSettingsNotificationConfiguration
Returns the value of attribute notification_configuration.
Instance Attribute Details
#active_query_tcu ⇒ ::Integer
Returns the value of attribute active_query_tcu.
239 240 241 |
# File 'sig/types.rbs', line 239 def active_query_tcu @active_query_tcu end |
#last_update ⇒ Types::LastUpdate
Returns the value of attribute last_update.
241 242 243 |
# File 'sig/types.rbs', line 241 def last_update @last_update end |
#notification_configuration ⇒ Types::AccountSettingsNotificationConfiguration
Returns the value of attribute notification_configuration.
240 241 242 |
# File 'sig/types.rbs', line 240 def notification_configuration @notification_configuration end |