AWSKinesisEnhancedMonitoringOutput
Objective-C
@interface AWSKinesisEnhancedMonitoringOutput
Swift
class AWSKinesisEnhancedMonitoringOutput
Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.
-
Represents the current state of the metrics that are in the enhanced state before the operation.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable currentShardLevelMetrics;Swift
var currentShardLevelMetrics: [String]? { get set } -
Represents the list of all the metrics that would be in the enhanced state after the operation.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable desiredShardLevelMetrics;Swift
var desiredShardLevelMetrics: [String]? { get set } -
The name of the Kinesis data stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;Swift
var streamName: String? { get set }
View on GitHub
Install in Dash
AWSKinesisEnhancedMonitoringOutput Class Reference