UpdateTagOptionInput

public struct UpdateTagOptionInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The updated active state.

    Declaration

    Swift

    public let active: Bool?
  • id

    The TagOption identifier.

    Declaration

    Swift

    public let id: String
  • The updated value.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(active: Bool? = nil, id: String, value: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws