class
Amazonite::Kinesis::EnhancedMonitoringOutput
- Amazonite::Kinesis::EnhancedMonitoringOutput
- Reference
- Object
Overview
Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.
Included Modules
- JSON::Serializable
Defined in:
kinesis/enhanced_monitoring_output.crConstructors
- .new(pull : JSON::PullParser)
- .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)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#current_shard_level_metrics : Array(MetricsName) | Nil
Represents the current state of the metrics that are in the enhanced state before the operation.
-
#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.
-
#desired_shard_level_metrics : Array(MetricsName) | Nil
Represents the list of all the metrics that would be in the enhanced state after the operation.
-
#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.
-
#hash(hasher)
See
Object#hash(hasher) -
#stream_arn : String | Nil
The ARN of the stream.
-
#stream_arn=(stream_arn : String | Nil)
The ARN of the stream.
-
#stream_name : String | Nil
The name of the Kinesis data stream.
-
#stream_name=(stream_name : String | Nil)
The name of the Kinesis data stream.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Represents the current state of the metrics that are in the enhanced state before the operation.
Represents the current state of the metrics that are in the enhanced state before the operation.
Represents the list of all the metrics that would be in the enhanced state after the operation.
Represents the list of all the metrics that would be in the enhanced state after the operation.