class Amazonite::Kinesis::UpdateAccountSettingsOutput

Included Modules

Defined in:

kinesis/update_account_settings_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(minimum_throughput_billing_commitment : MinimumThroughputBillingCommitmentOutput | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def minimum_throughput_billing_commitment : MinimumThroughputBillingCommitmentOutput | Nil #

The updated configuration of the minimum throughput billing commitment for your account.


[View source]
def minimum_throughput_billing_commitment=(minimum_throughput_billing_commitment : MinimumThroughputBillingCommitmentOutput | Nil) #

The updated configuration of the minimum throughput billing commitment for your account.


[View source]
def validate! : Nil #

[View source]