class Awspec::Type::RdsDbSubnetGroup

Public Instance Methods

id() click to toggle source
# File lib/awspec/type/rds_db_subnet_group.rb, line 11
def id
  @id ||= resource_via_client.db_subnet_group_name if resource_via_client
end
resource_via_client() click to toggle source
# File lib/awspec/type/rds_db_subnet_group.rb, line 7
def resource_via_client
  @resource_via_client ||= find_db_subnet_group(@display_name)
end
vpc_id() click to toggle source
# File lib/awspec/type/rds_db_subnet_group.rb, line 15
def vpc_id
  resource_via_client.vpc_id
end