TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the application to assign the tags.
Declaration
Swift
public let resourceARN: String
-
The key-value tags to assign to the application.
Declaration
Swift
public let tags: [Tag]
-
Undocumented
Declaration
Swift
public init(resourceARN: String, tags: [Tag])
-
Declaration
Swift
public func validate(name: String) throws