class Amazonite::Kinesis::MinimumThroughputBillingCommitmentOutput

Overview

Represents the current status of minimum throughput billing commitment for an account.

Included Modules

Defined in:

kinesis/minimum_throughput_billing_commitment_output.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(status : MinimumThroughputBillingCommitmentOutputStatus, started_at : Time | Nil = nil, ended_at : Time | Nil = nil, earliest_allowed_end_at : Time | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def earliest_allowed_end_at : Time | Nil #

The earliest timestamp when the commitment can be ended.


[View source]
def earliest_allowed_end_at=(earliest_allowed_end_at : Time | Nil) #

The earliest timestamp when the commitment can be ended.


[View source]
def ended_at : Time | Nil #

The timestamp when the commitment was ended.


[View source]
def ended_at=(ended_at : Time | Nil) #

The timestamp when the commitment was ended.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def started_at : Time | Nil #

The timestamp when the commitment was started.


[View source]
def started_at=(started_at : Time | Nil) #

The timestamp when the commitment was started.


[View source]

The current status of the minimum throughput billing commitment.


[View source]

The current status of the minimum throughput billing commitment.


[View source]
def validate! : Nil #

[View source]