class Amazonite::Kinesis::EnhancedMonitoringOutput

Overview

Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.

Included Modules

Defined in:

kinesis/enhanced_monitoring_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(stream_name : String | Nil = nil, current_shard_level_metrics : Array(MetricsName) | Nil = nil, desired_shard_level_metrics : Array(MetricsName) | Nil = nil, stream_arn : String | 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 current_shard_level_metrics : Array(MetricsName) | Nil #

Represents the current state of the metrics that are in the enhanced state before the operation.


[View source]
def current_shard_level_metrics=(current_shard_level_metrics : Array(MetricsName) | Nil) #

Represents the current state of the metrics that are in the enhanced state before the operation.


[View source]
def desired_shard_level_metrics : Array(MetricsName) | Nil #

Represents the list of all the metrics that would be in the enhanced state after the operation.


[View source]
def desired_shard_level_metrics=(desired_shard_level_metrics : Array(MetricsName) | Nil) #

Represents the list of all the metrics that would be in the enhanced state after the operation.


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

See Object#hash(hasher)


def stream_arn : String | Nil #

The ARN of the stream.


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

The ARN of the stream.


[View source]
def stream_name : String | Nil #

The name of the Kinesis data stream.


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

The name of the Kinesis data stream.


[View source]
def validate! : Nil #

[View source]