Class: Aws::Types::ProvisionedCapacityRequest
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedCapacityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#notification_configuration ⇒ Types::AccountSettingsNotificationConfiguration
Returns the value of attribute notification_configuration.
-
#target_query_tcu ⇒ ::Integer
Returns the value of attribute target_query_tcu.
Instance Attribute Details
#notification_configuration ⇒ Types::AccountSettingsNotificationConfiguration
Returns the value of attribute notification_configuration.
234 235 236 |
# File 'sig/types.rbs', line 234 def notification_configuration @notification_configuration end |
#target_query_tcu ⇒ ::Integer
Returns the value of attribute target_query_tcu.
233 234 235 |
# File 'sig/types.rbs', line 233 def target_query_tcu @target_query_tcu end |