AddTagsRequest

public struct AddTagsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    Specify the ARN for which you want to add the tags.

    Declaration

    Swift

    public let arn: String
  • List of Tag that need to be added for the Elasticsearch domain.

    Declaration

    Swift

    public let tagList: [Tag]
  • Undocumented

    Declaration

    Swift

    public init(arn: String, tagList: [Tag])
  • Declaration

    Swift

    public func validate(name: String) throws