Method: Awspec::Type::Elasticache#vpc_id
- Defined in:
- lib/awspec/type/elasticache.rb
#vpc_id ⇒ Object
26 27 28 29 |
# File 'lib/awspec/type/elasticache.rb', line 26 def vpc_id cache_subnet_group = find_cache_subnet_group(@resource_via_client.cache_subnet_group_name) cache_subnet_group.vpc_id if cache_subnet_group end |