TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String? -
Declaration
Swift
public static let _xmlNamespace: String? -
Declaration
Swift
public static var _members: [AWSShapeMember] -
An ARN of a CloudFront resource.
Declaration
Swift
public let resource: String -
A complex type that contains zero or more Tag elements.
Declaration
Swift
public let tags: Tags -
Undocumented
Declaration
Swift
public init(resource: String, tags: Tags) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TagResourceRequest Structure Reference