UpdateDimensionResponse

public struct UpdateDimensionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN (Amazon resource name) of the created dimension.

    Declaration

    Swift

    public let arn: String?
  • The date and time, in milliseconds since epoch, when the dimension was initially created.

    Declaration

    Swift

    public let creationDate: TimeStamp?
  • The date and time, in milliseconds since epoch, when the dimension was most recently updated.

    Declaration

    Swift

    public let lastModifiedDate: TimeStamp?
  • A unique identifier for the dimension.

    Declaration

    Swift

    public let name: String?
  • The value or list of values used to scope the dimension. For example, for topic filters, this is the pattern used to match the MQTT topic name.

    Declaration

    Swift

    public let stringValues: [String]?
  • The type of the dimension.

    Declaration

    Swift

    public let type: DimensionType?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, creationDate: TimeStamp? = nil, lastModifiedDate: TimeStamp? = nil, name: String? = nil, stringValues: [String]? = nil, type: DimensionType? = nil)