TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID specifying the EFS resource that you want to create a tag for.
Declaration
Swift
public let resourceId: String
-
Undocumented
Declaration
Swift
public let tags: [Tag]
-
Undocumented
Declaration
Swift
public init(resourceId: String, tags: [Tag])
-
Declaration
Swift
public func validate(name: String) throws