TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the Amazon FSx resource that you want to tag.
Declaration
Swift
public let resourceARN: String
-
A list of tags for the resource. If a tag with a given key already exists, the value is replaced by the one specified in this parameter.
Declaration
Swift
public let tags: [Tag]
-
Undocumented
Declaration
Swift
public init(resourceARN: String, tags: [Tag])
-
Declaration
Swift
public func validate(name: String) throws