RegisterInstanceTagAttributeRequest
public struct RegisterInstanceTagAttributeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether to register all tag keys in the current Region. Specify true to register all tag keys.
Declaration
Swift
public let includeAllTagsOfInstance: Bool? -
The tag keys to register.
Declaration
Swift
public let instanceTagKeys: [String]? -
Undocumented
Declaration
Swift
public init(includeAllTagsOfInstance: Bool? = nil, instanceTagKeys: [String]? = nil)
View on GitHub
RegisterInstanceTagAttributeRequest Structure Reference