Skip to content

Commit

Permalink
Add EBS as a service type
Browse files Browse the repository at this point in the history
  • Loading branch information
sidpan1 committed Mar 21, 2024
1 parent 0b30f6b commit bed6cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onelens_backend_client/models/aws_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class AwsService(str, Enum):
RDS = 'RDS'
EKS = 'EKS'
ECS = 'ECS'
EBS = 'EBS'

@classmethod
def from_json(cls, json_str: str) -> Self:
Expand Down

0 comments on commit bed6cf4

Please sign in to comment.