TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The resource ARN.
Declaration
Swift
public let resourceARN: String -
The tag key-value pairs.
Declaration
Swift
public let tags: [Tag] -
Undocumented
Declaration
Swift
public init(resourceARN: String, tags: [Tag]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TagResourceRequest Structure Reference