InstanceTagNotificationAttribute
public struct InstanceTagNotificationAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates wheter all tag keys in the current Region are registered to appear in scheduled event notifications. true indicates that all tag keys in the current Region are registered.
Declaration
Swift
public let includeAllTagsOfInstance: Bool?
-
The registered tag keys.
Declaration
Swift
public let instanceTagKeys: [String]?
-
Undocumented
Declaration
Swift
public init(includeAllTagsOfInstance: Bool? = nil, instanceTagKeys: [String]? = nil)