我试图从aws中获取一个子网列表,我有一个我修改过的VPC工作版本:
@SpringBootTest
我一直在:
subnets = list(ec2.Subnet.filters(Filters = filters))AttributeError: 'function'对象没有属性'filters'
从阅读的所有内容和其他示例来看,这应该有效
有什么想法吗?
答案 0 :(得分:5)
访问<?php
$to = 'john doe <nobody@example.com>';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: webmaster@example.com' . "\r\n" .
'Reply-To: webmaster@example.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();
mail($to, $subject, $message, $headers);
?>
资源的子网集合
ec2