AWSEC2InstanceTagNotificationAttribute
Objective-C
@interface AWSEC2InstanceTagNotificationAttribute
Swift
class AWSEC2InstanceTagNotificationAttribute
Describes the registered tag keys for the current Region.
-
Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications.
trueindicates that all tag keys in the current Region are registered.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable includeAllTagsOfInstance;Swift
var includeAllTagsOfInstance: NSNumber? { get set } -
The registered tag keys.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable instanceTagKeys;Swift
var instanceTagKeys: [String]? { get set }
View on GitHub
Install in Dash
AWSEC2InstanceTagNotificationAttribute Class Reference