class
Amazonite::Kinesis::MinimumThroughputBillingCommitmentInput
- Amazonite::Kinesis::MinimumThroughputBillingCommitmentInput
- Reference
- Object
Overview
Represents the request parameters for configuring minimum throughput billing commitment.
-
Minimum throughput billing commitments provide cost savings on on-demand data streams in exchange for committing to a minimum level of throughput usage.
-
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.
Included Modules
- JSON::Serializable
Defined in:
kinesis/minimum_throughput_billing_commitment_input.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#status : MinimumThroughputBillingCommitmentInputStatus
The desired status of the minimum throughput billing commitment.
-
#status=(status : MinimumThroughputBillingCommitmentInputStatus)
The desired status of the minimum throughput billing commitment.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The desired status of the minimum throughput billing commitment.
The desired status of the minimum throughput billing commitment.