if (FALSE) {
# This example describes the Internet gateway for the specified VPC.
svc$describe_internet_gateways(
Filters = list(
list(
Name = "attachment.vpc-id",
Values = list(
"vpc-a01106c2"
)
)
)
)
}
Run the code above in your browser using DataLab