class
Amazonite::Kinesis::DescribeAccountSettingsOutput
- Amazonite::Kinesis::DescribeAccountSettingsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
kinesis/describe_account_settings_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(minimum_throughput_billing_commitment : MinimumThroughputBillingCommitmentOutput | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#minimum_throughput_billing_commitment : MinimumThroughputBillingCommitmentOutput | Nil
The current configuration of the minimum throughput billing commitment for your Amazon Web Services account.
-
#minimum_throughput_billing_commitment=(minimum_throughput_billing_commitment : MinimumThroughputBillingCommitmentOutput | Nil)
The current configuration of the minimum throughput billing commitment for your Amazon Web Services account.
- #validate! : Nil
Constructor Detail
def self.new(minimum_throughput_billing_commitment : MinimumThroughputBillingCommitmentOutput | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def minimum_throughput_billing_commitment : MinimumThroughputBillingCommitmentOutput | Nil
#
The current configuration of the minimum throughput billing commitment for your Amazon Web Services account.
def minimum_throughput_billing_commitment=(minimum_throughput_billing_commitment : MinimumThroughputBillingCommitmentOutput | Nil)
#
The current configuration of the minimum throughput billing commitment for your Amazon Web Services account.