Does anyone know if we have Region enum
? simiar like the Java SDK
#1185
Answered
by
ysaito1001
github2023spring
asked this question in
Q&A
-
https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/regions/Regions.html Is there an equivalent one? |
Beta Was this translation helpful? Give feedback.
Answered by
ysaito1001
Sep 10, 2024
Replies: 1 comment
-
There is not an |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jmklix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is not an
Enum
represeting Regions, but we have the Region struct instead in theaws-types
crate.