DescribeDimensionResponse

public struct DescribeDimensionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN (Amazon resource name) for the dimension.

    Declaration

    Swift

    public let arn: String?
  • The date the dimension was created.

    Declaration

    Swift

    public let creationDate: TimeStamp?
  • The date the dimension was last modified.

    Declaration

    Swift

    public let lastModifiedDate: TimeStamp?
  • The 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)