Class: Aws::Kinesis::Types::MinimumThroughputBillingCommitmentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::MinimumThroughputBillingCommitmentInput
- Defined in:
- gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb
Overview
Represents the request parameters for configuring minimum throughput billing commitment.
Commitments have a minimum duration of 24 hours that must be honored before they can be disabled.
If you attempt to disable a commitment before the minimum commitment period ends, the commitment will be scheduled for automatic disable at the earliest allowed end time.
You can cancel a pending disable by enabling the commitment again before the earliest allowed end time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The desired status of the minimum throughput billing commitment.
Instance Attribute Details
#status ⇒ String
The desired status of the minimum throughput billing commitment.
1492 1493 1494 1495 1496 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1492 class MinimumThroughputBillingCommitmentInput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |