Class: Aws::Kinesis::Types::UpdateAccountSettingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::UpdateAccountSettingsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#minimum_throughput_billing_commitment ⇒ Types::MinimumThroughputBillingCommitmentOutput
The updated configuration of the minimum throughput billing commitment for your account.
Instance Attribute Details
#minimum_throughput_billing_commitment ⇒ Types::MinimumThroughputBillingCommitmentOutput
The updated configuration of the minimum throughput billing commitment for your account.
2676 2677 2678 2679 2680 |
# File 'lib/aws-sdk-kinesis/types.rb', line 2676 class UpdateAccountSettingsOutput < Struct.new( :minimum_throughput_billing_commitment) SENSITIVE = [] include Aws::Structure end |