EnhancedMonitoringOutput class

Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.

Constructors

EnhancedMonitoringOutput({List<MetricsName>? currentShardLevelMetrics, List<MetricsName>? desiredShardLevelMetrics, String? streamName})
EnhancedMonitoringOutput.fromJson(Map<String, dynamic> json)
factory

Properties

currentShardLevelMetrics List<MetricsName>?
Represents the current state of the metrics that are in the enhanced state before the operation.
final
desiredShardLevelMetrics List<MetricsName>?
Represents the list of all the metrics that would be in the enhanced state after the operation.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamName String?
The name of the Kinesis data stream.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited