UpdateDimensionRequest

public struct UpdateDimensionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for the dimension. Choose something that describes the type and value to make it easy to remember what it does.

    Declaration

    Swift

    public let name: String
  • Specifies the value or list of values for the dimension. For TOPIC_FILTER dimensions, this is a pattern used to match the MQTT topic (for example, “admin/#”).

    Declaration

    Swift

    public let stringValues: [String]
  • Undocumented

    Declaration

    Swift

    public init(name: String, stringValues: [String])
  • Declaration

    Swift

    public func validate(name: String) throws