TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the resource to which to add metadata tags. Required.
Declaration
Swift
public let arn: String -
The tags to be added to the specified resource. Do not provide system tags. Required.
Declaration
Swift
public let tags: [Tag] -
Undocumented
Declaration
Swift
public init(arn: String, tags: [Tag]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TagResourceRequest Structure Reference