UntagResourceRequest

public struct UntagResourceRequest : 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 key elements.

    Declaration

    Swift

    public let tagKeys: TagKeys
  • Undocumented

    Declaration

    Swift

    public init(resource: String, tagKeys: TagKeys)
  • Declaration

    Swift

    public func validate(name: String) throws