TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the resource to which you want to add a tag.
Declaration
Swift
public let resourceArn: String? -
The name of the resource to which you are adding tags.
Declaration
Swift
public let resourceName: String -
The tag key and optional value.
Declaration
Swift
public let tags: [Tag] -
Undocumented
Declaration
Swift
public init(resourceArn: String? = nil, resourceName: String, tags: [Tag]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TagResourceRequest Structure Reference