ResultRowValue

public struct ResultRowValue : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The friendly name of the metric whose value is specified by the Value property.

    Declaration

    Swift

    public let key: String
  • The data type of the value specified by the Value property.

    Declaration

    Swift

    public let type: String
  • In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).

    Declaration

    Swift

    public let value: String
  • Undocumented

    Declaration

    Swift

    public init(key: String, type: String, value: String)