DeregisterInstanceTagAttributeRequest
public struct DeregisterInstanceTagAttributeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether to deregister all tag keys in the current Region. Specify false to deregister all tag keys.
Declaration
Swift
public let includeAllTagsOfInstance: Bool?
-
Information about the tag keys to deregister.
Declaration
Swift
public let instanceTagKeys: [String]?
-
Undocumented
Declaration
Swift
public init(includeAllTagsOfInstance: Bool? = nil, instanceTagKeys: [String]? = nil)