DimensionValues

public struct DimensionValues : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The names of the metadata types that you can use to filter and group your results. For example, AZ returns a list of Availability Zones.

    Declaration

    Swift

    public let key: Dimension?
  • The match options that you can use to filter your results. MatchOptions is only applicable for actions related to Cost Category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE.

    Declaration

    Swift

    public let matchOptions: [MatchOption]?
  • The metadata values that you can use to filter and group your results. You can use GetDimensionValues to find specific values.

    Declaration

    Swift

    public let values: [String]?
  • Undocumented

    Declaration

    Swift

    public init(key: Dimension? = nil, matchOptions: [MatchOption]? = nil, values: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws