TagResourceInput
public struct TagResourceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of a resource, such as a CodeDeploy application or deployment group.
Declaration
Swift
public let resourceArn: String -
A list of tags that TagResource associates with a resource. The resource is identified by the ResourceArn input parameter.
Declaration
Swift
public let tags: [Tag] -
Undocumented
Declaration
Swift
public init(resourceArn: String, tags: [Tag]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TagResourceInput Structure Reference