TagResourceInput

public struct TagResourceInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

    Declaration

    Swift

    public let resourceArn: String
  • The tags to be assigned to the Amazon DynamoDB resource.

    Declaration

    Swift

    public let tags: [Tag]
  • Undocumented

    Declaration

    Swift

    public init(resourceArn: String, tags: [Tag])
  • Declaration

    Swift

    public func validate(name: String) throws