ServiceNamespace

public enum ServiceNamespace : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case autoscaling = "autoscaling"
  • ecs

    Undocumented

    Declaration

    Swift

    case ecs = "ecs"
  • ec2

    Undocumented

    Declaration

    Swift

    case ec2 = "ec2"
  • rds

    Undocumented

    Declaration

    Swift

    case rds = "rds"
  • Undocumented

    Declaration

    Swift

    case dynamodb = "dynamodb"
  • Declaration

    Swift

    public var description: String { get }