class Amazonite::Kinesis::UpdateStreamWarmThroughputOutput

Included Modules

Defined in:

kinesis/update_stream_warm_throughput_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(stream_arn : String | Nil = nil, stream_name : String | Nil = nil, warm_throughput : WarmThroughputObject | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 stream_arn : String | Nil #

The ARN of the stream that was updated.


[View source]
def stream_arn=(stream_arn : String | Nil) #

The ARN of the stream that was updated.


[View source]
def stream_name : String | Nil #

The name of the stream that was updated.


[View source]
def stream_name=(stream_name : String | Nil) #

The name of the stream that was updated.


[View source]
def validate! : Nil #

[View source]
def warm_throughput : WarmThroughputObject | Nil #

Specifies the updated warm throughput configuration for your data stream.


[View source]
def warm_throughput=(warm_throughput : WarmThroughputObject | Nil) #

Specifies the updated warm throughput configuration for your data stream.


[View source]