EnhancedMonitoringOutput
public struct EnhancedMonitoringOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Represents the current state of the metrics that are in the enhanced state before the operation.
Declaration
Swift
public let currentShardLevelMetrics: [MetricsName]?
-
Represents the list of all the metrics that would be in the enhanced state after the operation.
Declaration
Swift
public let desiredShardLevelMetrics: [MetricsName]?
-
The name of the Kinesis data stream.
Declaration
Swift
public let streamName: String?
-
Undocumented
Declaration
Swift
public init(currentShardLevelMetrics: [MetricsName]? = nil, desiredShardLevelMetrics: [MetricsName]? = nil, streamName: String? = nil)