rds: AvailabilityZone
is not printed out in describe_db_instances
#5371
Labels
AvailabilityZone
is not printed out in describe_db_instances
#5371
Despite being taken as an argument for
create_db_instance
(and stored in theDatabase
model), theAvailabilityZone
(DBInstance/AvailabilityZone
) is not printed out in the:call.
Actual response in boto3:
This is not a problem for
describe_db_clusters
.The description of this report is sparse, as I would like to submit a PR right away (this boils down to adding one line in
to_xml
of theDatabase
model).The text was updated successfully, but these errors were encountered: