TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the DAX resource to which tags should be added.
Declaration
Swift
public let resourceName: String -
The tags to be assigned to the DAX resource.
Declaration
Swift
public let tags: [Tag] -
Undocumented
Declaration
Swift
public init(resourceName: String, tags: [Tag])
View on GitHub
TagResourceRequest Structure Reference